We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d72447 commit 0d25988Copy full SHA for 0d25988
1 file changed
.pre-commit-config.yaml
@@ -25,14 +25,14 @@ repos:
25
- id: yamllint
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v2.1.0
+ rev: v2.2.0
29
hooks:
30
- id: mypy
31
exclude: ^(docs/|test/|benchmarks/).*$
32
args: ["--ignore-missing-imports"]
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.15.17
+ rev: v0.15.21
36
37
- id: ruff-format
38
- id: ruff-check
0 commit comments