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 1954d5d commit 0a723b5Copy full SHA for 0a723b5
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: check-toml
17
# Python
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.3
+ rev: v0.1.7
20
hooks:
21
- id: ruff
22
args: ["--fix"]
@@ -29,12 +29,12 @@ repos:
29
args: ["--write"]
30
# C++
31
- repo: https://github.com/pre-commit/mirrors-clang-format
32
- rev: v17.0.3
+ rev: v17.0.6
33
34
- id: clang-format
35
# Cython
36
- repo: https://github.com/MarcoGorelli/cython-lint
37
- rev: v0.15.0
+ rev: v0.16.0
38
39
- id: cython-lint
40
- id: double-quote-cython-strings
0 commit comments