Skip to content

Commit 647fb8a

Browse files
pre-commit: autoupdate hooks (commaai#959)
Update pre-commit hook versions Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
1 parent 9decef5 commit 647fb8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-executables-have-shebangs
1010
- id: check-shebang-scripts-are-executable
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.2.5
12+
rev: v2.2.6
1313
hooks:
1414
- id: codespell
1515
exclude: '\.dbc$'
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: mypy
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.0.291
24+
rev: v0.0.292
2525
hooks:
2626
- id: ruff
2727
- repo: https://github.com/MarcoGorelli/cython-lint

0 commit comments

Comments
 (0)