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 33c1e0c commit a90b78eCopy full SHA for a90b78e
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: check-yaml
9
- id: end-of-file-fixer
@@ -25,18 +25,18 @@ repos:
25
- id: yamllint
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.17.0
+ rev: v1.17.1
29
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.5
+ rev: v0.12.10
36
37
- id: ruff-format
38
39
40
41
42
- id: ruff
0 commit comments