Skip to content

Commit d95065f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/BlankSpruce/gersemi: 0.19.3 → 0.22.3](BlankSpruce/gersemi@0.19.3...0.22.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.7...v21.1.2) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent ebedf8e commit d95065f

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
@@ -5,24 +5,24 @@ ci:
55
submodules: true
66
repos:
77
- repo: https://github.com/BlankSpruce/gersemi
8-
rev: 0.19.3
8+
rev: 0.22.3
99
hooks:
1010
- id: gersemi
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.2
12+
rev: v0.13.3
1313
hooks:
1414
- id: ruff
1515
args:
1616
- --fix
1717
- --exit-non-zero-on-fix
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v20.1.7
20+
rev: v21.1.2
2121
hooks:
2222
- id: clang-format
2323
args:
2424
- '--style={BasedOnStyle: Mozilla, SortIncludes: false}'
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: trailing-whitespace

0 commit comments

Comments
 (0)