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 77b1ac4 commit 146128cCopy full SHA for 146128c
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: check-merge-conflict
7
exclude: rst$
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.11.11
+ rev: v0.11.12
10
hooks:
11
- id: ruff
12
args: [--fix]
@@ -42,7 +42,7 @@ repos:
42
- id: check-yaml
43
- id: debug-statements
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v1.15.0
+ rev: v1.16.0
46
47
- id: mypy
48
exclude: ^(docs|tests)/.*
0 commit comments