Skip to content

Commit 420ed69

Browse files
authored
Auto precommit update (#1941)
1 parent 3a69141 commit 420ed69

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
@@ -8,7 +8,7 @@ repos:
88
entry: python ./ci/check-clang-format-version.py
99
language: python
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-case-conflict
1414
- id: check-executables-have-shebangs
@@ -22,7 +22,7 @@ repos:
2222
args: ['--fix=lf']
2323
- id: trailing-whitespace
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.7
25+
rev: v0.12.11
2626
hooks:
2727
- id: ruff # Run the linter.
2828
types_or: [ python ]
@@ -38,7 +38,7 @@ repos:
3838
- id: cppcheck
3939
args: ["--std=c++14", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
4040
- repo: https://github.com/BlankSpruce/gersemi
41-
rev: 0.21.0
41+
rev: 0.22.1
4242
hooks:
4343
- id: gersemi
4444
args: ["-c"]

0 commit comments

Comments
 (0)