We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e63cdd commit b5cf1f7Copy full SHA for b5cf1f7
.pre-commit-config.yaml
@@ -29,14 +29,14 @@ repos:
29
- id: mixed-line-ending
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.7.2
+ rev: v0.8.6
33
hooks:
34
- id: ruff
35
args: [--fix]
36
- id: ruff-format
37
38
- repo: https://github.com/pre-commit/mirrors-eslint
39
- rev: v8.56.0
+ rev: v9.17.0
40
41
- id: eslint
42
additional_dependencies:
@@ -57,12 +57,12 @@ repos:
57
58
59
- repo: https://github.com/asottile/pyupgrade
60
- rev: v3.19.0
+ rev: v3.19.1
61
62
- id: pyupgrade
63
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v1.13.0
+ rev: v1.14.1
66
67
- id: mypy
68
0 commit comments