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 d4523d3 commit 03eccfeCopy full SHA for 03eccfe
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.18.0
+ rev: v3.19.1
7
hooks:
8
- id: pyupgrade
9
args: ["--py310-plus"]
@@ -14,14 +14,14 @@ repos:
14
- id: fix-future-annotations
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.6.9
+ rev: v0.9.3
18
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.12.0
+ rev: v1.14.1
25
26
- id: mypy
27
args: [--ignore-missing-imports, --strict]
0 commit comments