Skip to content

Commit 91b9544

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.8.6...v0.12.2) - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v20.1.7](pre-commit/mirrors-clang-format@v14.0.6...v20.1.7)
1 parent 5f581de commit 91b9544

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
@@ -9,13 +9,13 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.8.6
12+
rev: v0.12.2
1313
hooks:
1414
- id: ruff
1515
args:
1616
- --fix
1717
- repo: https://github.com/pre-commit/mirrors-clang-format
18-
rev: 'v14.0.6'
18+
rev: 'v20.1.7'
1919
hooks:
2020
- id: clang-format
2121
exclude: "^lib/pybind11"

0 commit comments

Comments
 (0)