Skip to content

Commit 4217ac2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.12.10](astral-sh/ruff-pre-commit@v0.9.3...v0.12.10) - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.8](pre-commit/mirrors-clang-format@v19.1.7...v20.1.8) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.16.7](MarcoGorelli/cython-lint@v0.16.6...v0.16.7)
1 parent aababda commit 4217ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
# there are many log files in tests
88
# TODO: seperate py files and log files
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717
# Python
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.9.3
19+
rev: v0.12.10
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
@@ -29,12 +29,12 @@ repos:
2929
args: ["--write"]
3030
# C++
3131
- repo: https://github.com/pre-commit/mirrors-clang-format
32-
rev: v19.1.7
32+
rev: v20.1.8
3333
hooks:
3434
- id: clang-format
3535
# Cython
3636
- repo: https://github.com/MarcoGorelli/cython-lint
37-
rev: v0.16.6
37+
rev: v0.16.7
3838
hooks:
3939
- id: cython-lint
4040
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)