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