We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46a28c9 + 7e20c2a commit 837bc0eCopy full SHA for 837bc0e
1 file changed
.pre-commit-config.yaml
@@ -33,13 +33,13 @@ repos:
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
# Ruff version.
36
- rev: v0.12.12
+ rev: v0.13.1
37
hooks:
38
- id: ruff
39
args: [ --fix, --exit-non-zero-on-fix ]
40
41
- repo: https://github.com/psf/black-pre-commit-mirror
42
- rev: 25.1.0
+ rev: 25.9.0
43
44
- id: black
45
types: [python]
@@ -58,7 +58,7 @@ repos:
58
- id: numpydoc-validation
59
60
- repo: https://github.com/pre-commit/mirrors-mypy
61
- rev: v1.17.1
+ rev: v1.18.2
62
63
- id: mypy
64
args: [--ignore-missing-imports] # default but useful to be explicit
0 commit comments