|
|
@@ -45,7 +45,7 @@ repos:
|
|
|
|
|
|
# Formatters should be run late so that they can re-format any prior changes.
|
|
|
- repo: https://github.com/psf/black
|
|
|
- rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
|
|
|
+ rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
|
|
|
hooks:
|
|
|
- id: black
|
|
|
- repo: local
|
|
|
@@ -135,11 +135,11 @@ repos:
|
|
|
files: ^.*/BUILD$
|
|
|
pass_filenames: false
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
|
- rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
|
|
|
+ rev: bddd87797f8dfc07d2a10c894776018d9bec590b # frozen: 7.1.2
|
|
|
hooks:
|
|
|
- id: flake8
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
- rev: 'f56614daa94d5cd733d3b7004c5df9caad267b4a' # frozen: v1.13.0
|
|
|
+ rev: 'f40886d54c729f533f864ed6ce584e920feb0af7' # frozen: v1.15.0
|
|
|
hooks:
|
|
|
- id: mypy
|
|
|
# Use setup.cfg to match the command line.
|
|
|
@@ -161,7 +161,7 @@ repos:
|
|
|
.*_test\.py
|
|
|
)$
|
|
|
- repo: https://github.com/codespell-project/codespell
|
|
|
- rev: 193cd7d27cd571f79358af09a8fb8997e54f8fff # frozen: v2.3.0
|
|
|
+ rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
|
|
|
hooks:
|
|
|
- id: codespell
|
|
|
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list', '*']
|