We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a8ae1b + 7188782 commit 3fadddbCopy full SHA for 3fadddb
1 file changed
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
# Ruff version.
36
- rev: v0.12.5
+ rev: v0.12.7
37
hooks:
38
- id: ruff
39
args: [ --fix, --exit-non-zero-on-fix ]
@@ -58,7 +58,7 @@ repos:
58
- id: numpydoc-validation
59
60
- repo: https://github.com/pre-commit/mirrors-mypy
61
- rev: v1.17.0
+ rev: v1.17.1
62
63
- id: mypy
64
args: [--ignore-missing-imports] # default but useful to be explicit
0 commit comments