Skip to content

Commit 8262be3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.13...v0.12.2) - [github.com/pre-commit/mirrors-clang-format: v20.1.6 → v20.1.7](pre-commit/mirrors-clang-format@v20.1.6...v20.1.7) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.16.7](MarcoGorelli/cython-lint@v0.16.6...v0.16.7)
1 parent 2b218d2 commit 8262be3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
# Python
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.13
20+
rev: v0.12.2
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -36,14 +36,14 @@ repos:
3636
args: ["--write"]
3737
# C++
3838
- repo: https://github.com/pre-commit/mirrors-clang-format
39-
rev: v20.1.6
39+
rev: v20.1.7
4040
hooks:
4141
- id: clang-format
4242
exclude: \.ipynb$
4343

4444
# Cython
4545
- repo: https://github.com/MarcoGorelli/cython-lint
46-
rev: v0.16.6
46+
rev: v0.16.7
4747
hooks:
4848
- id: cython-lint
4949
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)