Skip to content

Commit f7921f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.11.9](astral-sh/ruff-pre-commit@v0.9.3...v0.11.9) - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.4](pre-commit/mirrors-clang-format@v19.1.7...v20.1.4)
1 parent 9af2548 commit f7921f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.9
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
@@ -29,7 +29,7 @@ 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.4
3333
hooks:
3434
- id: clang-format
3535
# Cython

0 commit comments

Comments
 (0)