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 cff9dc6 commit 7372b18Copy full SHA for 7372b18
.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.18.2
+ rev: v1.19.1
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.14.4
+ rev: v0.14.10
36
37
- id: ruff-format
38
39
40
41
42
- id: ruff
0 commit comments