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 701702b commit 9e08718Copy full SHA for 9e08718
.pre-commit-config.yaml
@@ -20,18 +20,18 @@ repos:
20
- id: gitlint
21
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.17.0
+ rev: v1.17.1
24
hooks:
25
- id: mypy
26
exclude: ^(tests|benches)/.*$
27
args: ["--ignore-missing-imports"]
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.12.5
+ rev: v0.12.7
31
32
- id: ruff-format
33
34
35
36
37
- id: ruff
0 commit comments