We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abd14cf + 070db33 commit a84564bCopy full SHA for a84564b
1 file changed
.pre-commit-config.yaml
@@ -17,17 +17,17 @@ repos:
17
hooks:
18
- id: prettier
19
- repo: https://github.com/asottile/blacken-docs
20
- rev: 1.16.0
+ rev: 1.18.0
21
22
- id: blacken-docs
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.10.0
+ rev: v1.10.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.4.7
+ rev: v0.5.0
31
32
- id: ruff
33
args: [--fix, --exit-non-zero-on-fix]
0 commit comments