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 2391865 commit a21cacbCopy full SHA for a21cacb
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
- id: fix-future-annotations
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.13
+ rev: v0.12.7
18
hooks:
19
- id: ruff
20
args: [--fix, --exit-non-zero-on-fix]
21
- id: ruff-format
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.16.0
+ rev: v1.17.1
25
26
- id: mypy
27
args: [--ignore-missing-imports, --strict]
0 commit comments