We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f490d commit 51a1c76Copy full SHA for 51a1c76
1 file changed
.pre-commit-config.yaml
@@ -21,13 +21,13 @@ repos:
21
hooks:
22
- id: blacken-docs
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.14.0
+ rev: v1.14.1
25
26
- id: mypy
27
additional_dependencies: [numpy, types-requests]
28
exclude: tests/|docs/
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.8.4
+ rev: v0.8.6
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments