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 df572b3 commit b9a0b70Copy full SHA for b9a0b70
1 file changed
.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.15.12
+ rev: v0.15.15
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: v2.0.0
+ rev: v2.1.0
25
26
- id: mypy
27
args: [--config-file=pyproject.toml]
0 commit comments