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 e002846 commit 71a479fCopy full SHA for 71a479f
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.19.0
+ rev: v3.19.1
38
hooks:
39
- id: pyupgrade
40
args: [--py39-plus]
@@ -47,7 +47,7 @@ repos:
47
48
- id: flake8
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.13.0
+ rev: v1.14.0
51
52
- id: mypy
53
additional_dependencies: []
@@ -66,7 +66,7 @@ repos:
66
67
68
- repo: https://github.com/astral-sh/ruff-pre-commit
69
- rev: v0.8.3
+ rev: v0.8.4
70
71
- id: ruff
72
args: [--fix, --exit-non-zero-on-fix]
0 commit comments