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 bf006b4 commit 594660dCopy full SHA for 594660d
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
args: ['--fix=lf']
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.11.2
+ rev: v0.12.1
24
hooks:
25
- id: ruff
26
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -32,7 +32,7 @@ repos:
32
- id: check-json5
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.15.0
+ rev: v1.16.1
36
37
- id: mypy
38
additional_dependencies:
@@ -48,6 +48,6 @@ repos:
48
- types-pygments
49
50
- repo: https://github.com/igorshubovych/markdownlint-cli
51
- rev: v0.44.0
+ rev: v0.45.0
52
53
- id: markdownlint
0 commit comments