Skip to content

Commit 97b8bf0

Browse files
committed
update pre-commit hooks
1 parent ff91fd8 commit 97b8bf0

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: cpp-linter-lib/tests/capture_tools_output/cpp-linter/cpp-linter/test_git_lib.patch
@@ -14,7 +14,7 @@ repos:
1414
- id: mixed-line-ending
1515
args: ["--fix=lf"]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.1.8
17+
rev: v0.5.2
1818
hooks:
1919
# Run the python linter.
2020
- id: ruff

0 commit comments

Comments
 (0)