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 c8c8b31 commit 9007775Copy full SHA for 9007775
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.20.0
+ rev: v3.21.2
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.11.13
+ rev: v0.14.7
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.16.0
+ rev: v1.19.0
25
26
- id: mypy
27
args: [--config-file=pyproject.toml]
@@ -31,7 +31,7 @@ repos:
31
]
32
33
- repo: https://github.com/pre-commit/pre-commit-hooks
34
- rev: v5.0.0
+ rev: v6.0.0
35
36
- id: trailing-whitespace
37
- id: end-of-file-fixer
0 commit comments