Skip to content

Commit 03c7593

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.7...v0.6.9) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.1](pre-commit/mirrors-clang-format@v18.1.8...v19.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 2caf583 commit 03c7593

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
@@ -4,7 +4,7 @@ ci:
44
autoupdate_schedule: quarterly
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.5.7
7+
rev: v0.6.9
88
hooks:
99
- id: ruff
1010
args:
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: toml-sort-fix
2424
- repo: https://github.com/pre-commit/mirrors-clang-format
25-
rev: v18.1.8
25+
rev: v19.1.1
2626
hooks:
2727
- id: clang-format
2828
args:
2929
- '--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}'
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.6.0
31+
rev: v5.0.0
3232
hooks:
3333
- id: trailing-whitespace

0 commit comments

Comments
 (0)