File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55repos :
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
You can’t perform that action at this time.
0 commit comments