Skip to content

Commit bffcd76

Browse files
committed
Update pre-commit hooks
1 parent e121fd6 commit bffcd76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-ast
@@ -22,25 +22,25 @@ repos:
2222
- id: requirements-txt-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.2 # ruff version
25+
rev: v0.14.4 # ruff version
2626
hooks:
2727
- id: ruff # linter
2828
args: ["--fix"]
2929
- id: ruff-format # formatter
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.19.1
31+
rev: v3.21.0
3232
hooks:
3333
- id: pyupgrade
3434
args: ["--py310-plus"]
3535
- repo: https://github.com/shellcheck-py/shellcheck-py
36-
rev: v0.10.0.1
36+
rev: v0.11.0.1
3737
hooks:
3838
- id: shellcheck
3939
- repo: https://github.com/google/yamlfmt
40-
rev: v0.16.0
40+
rev: v0.20.0
4141
hooks:
4242
- id: yamlfmt
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.36.2
44+
rev: v1.37.1
4545
hooks:
4646
- id: yamllint

0 commit comments

Comments
 (0)