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 fe3a18f commit 33c1e0cCopy full SHA for 33c1e0c
.pre-commit-config.yaml
@@ -25,18 +25,18 @@ repos:
25
- id: yamllint
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.16.1
+ rev: v1.17.0
29
hooks:
30
- id: mypy
31
exclude: ^(docs/|test/).*$
32
args: ["--ignore-missing-imports"]
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.12.2
+ rev: v0.12.5
36
37
- id: ruff-format
38
39
40
41
42
- id: ruff
0 commit comments