Skip to content

Commit fa7cda6

Browse files
authored
Update pre-commit hooks (#496)
1 parent 7a1625c commit fa7cda6

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
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.11.2 # ruff version
26+
rev: v0.11.10 # ruff version
2727
hooks:
2828
- id: ruff # linter
2929
args: ["--fix"]
@@ -42,14 +42,14 @@ repos:
4242
hooks:
4343
- id: yamlfmt
4444
- repo: https://github.com/adrienverge/yamllint
45-
rev: v1.36.2
45+
rev: v1.37.1
4646
hooks:
4747
- id: yamllint
4848
- repo: https://github.com/pre-commit/mirrors-clang-format
49-
rev: v18.1.3 # clang-format version
49+
rev: v20.1.4 # clang-format version
5050
hooks:
5151
- id: clang-format
5252
- repo: https://github.com/cpplint/cpplint
53-
rev: 2.0.0
53+
rev: 2.0.2
5454
hooks:
5555
- id: cpplint

0 commit comments

Comments
 (0)