We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb85116 commit 64ee431Copy full SHA for 64ee431
1 file changed
.pre-commit-config.yaml
@@ -35,12 +35,12 @@ repos:
35
args: ["--tab-width", "2"]
36
files: ".(css|html|js|json|md|toml|yaml)$"
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.20.0
+ rev: v3.21.0
39
hooks:
40
- id: pyupgrade
41
args: [--py39-plus]
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: v0.13.3
+ rev: v0.14.2
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
@@ -59,7 +59,7 @@ repos:
59
- id: mypy
60
additional_dependencies: [ifaddr]
61
- repo: https://github.com/MarcoGorelli/cython-lint
62
- rev: v0.17.0
+ rev: v0.18.1
63
64
- id: cython-lint
65
- id: double-quote-cython-strings
0 commit comments