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 a90b78e commit 7bbb21cCopy full SHA for 7bbb21c
.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.17.1
+ rev: v1.18.2
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.10
+ rev: v0.13.1
36
37
- id: ruff-format
38
39
40
41
42
- id: ruff
0 commit comments