Skip to content

Commit 7a3a604

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.8.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.6...v0.13.3) - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v21.1.2](pre-commit/mirrors-clang-format@v14.0.6...v21.1.2)
1 parent 5f581de commit 7a3a604

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
@@ -2,20 +2,20 @@
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
- id: trailing-whitespace
88
- id: check-yaml
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.13.3
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: 'v21.1.2'
1919
hooks:
2020
- id: clang-format
2121
exclude: "^lib/pybind11"

0 commit comments

Comments
 (0)