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 c690b78 commit 70d8f7bCopy full SHA for 70d8f7b
1 file changed
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
- id: pyupgrade
36
args: [--py310-plus]
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.15.17
+ rev: v0.15.18
39
hooks:
40
- id: ruff
41
args: [--fix, --exit-non-zero-on-fix]
@@ -54,7 +54,7 @@ repos:
54
- id: mypy
55
additional_dependencies: [ifaddr]
56
- repo: https://github.com/MarcoGorelli/cython-lint
57
- rev: v0.19.0
+ rev: v0.21.0
58
59
- id: cython-lint
60
- id: double-quote-cython-strings
0 commit comments