Skip to content

Commit b5ed25f

Browse files
seladbweb-flowegecetin
authored
Auto precommit update (#1905)
* Auto pre-commit update * Update .pre-commit-config.yaml --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Ege Çetin <[email protected]>
1 parent bdf0dbf commit b5ed25f

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
@@ -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.1
25+
rev: v0.12.7
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.19.3
41+
rev: 0.21.0
4242
hooks:
4343
- id: gersemi
4444
args: ["-c"]
@@ -48,7 +48,7 @@ repos:
4848
- id: codespell
4949
pass_filenames: false
5050
- repo: https://github.com/crate-ci/typos
51-
rev: v1.34.0
51+
rev: v1.35.1
5252
hooks:
5353
- id: typos
5454
args: ['--config=typos-config.toml']

0 commit comments

Comments
 (0)