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 2b218d2 commit 8262be3Copy full SHA for 8262be3
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: mixed-line-ending
18
# Python
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.11.13
+ rev: v0.12.2
21
hooks:
22
- id: ruff
23
args: ["--fix"]
@@ -36,14 +36,14 @@ repos:
36
args: ["--write"]
37
# C++
38
- repo: https://github.com/pre-commit/mirrors-clang-format
39
- rev: v20.1.6
+ rev: v20.1.7
40
41
- id: clang-format
42
exclude: \.ipynb$
43
44
# Cython
45
- repo: https://github.com/MarcoGorelli/cython-lint
46
- rev: v0.16.6
+ rev: v0.16.7
47
48
- id: cython-lint
49
- id: double-quote-cython-strings
0 commit comments