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 907afa4 commit 992da57Copy full SHA for 992da57
.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.14.0
+ rev: v1.14.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.8.4
+ rev: v0.8.6
31
32
- id: ruff-format
33
34
35
36
37
- id: ruff
0 commit comments