Skip to content

Commit e808af4

Browse files
authored
Update pre-commit hooks (#507)
1 parent 2f98843 commit e808af4

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
@@ -26,13 +26,13 @@ repos:
2626
- id: requirements-txt-fixer
2727
- id: trailing-whitespace
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.12.12 # ruff version
29+
rev: v0.14.4 # ruff version
3030
hooks:
3131
- id: ruff # linter
3232
args: ["--fix"]
3333
- id: ruff-format # formatter
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.20.0
35+
rev: v3.21.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ["--py310-plus"]
@@ -41,15 +41,15 @@ repos:
4141
hooks:
4242
- id: shellcheck
4343
- repo: https://github.com/google/yamlfmt
44-
rev: v0.17.2
44+
rev: v0.20.0
4545
hooks:
4646
- id: yamlfmt
4747
- repo: https://github.com/adrienverge/yamllint
4848
rev: v1.37.1
4949
hooks:
5050
- id: yamllint
5151
- repo: https://github.com/pre-commit/mirrors-clang-format
52-
rev: v21.1.0 # clang-format version
52+
rev: v21.1.5 # clang-format version
5353
hooks:
5454
- id: clang-format
5555
- repo: https://github.com/cpplint/cpplint

0 commit comments

Comments
 (0)