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 @@ -3,7 +3,7 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v4.5 .0
77 hooks :
88 # list of supported hooks: https://pre-commit.com/hooks.html
99 - id : trailing-whitespace
@@ -14,18 +14,18 @@ repos:
1414 # python code formatting/linting
1515 - repo : https://github.com/astral-sh/ruff-pre-commit
1616 # Ruff version.
17- rev : " v0.0.290 "
17+ rev : " v0.1.9 "
1818 hooks :
1919 - id : ruff
2020 args : [--fix]
2121 - repo : https://github.com/psf/black
22- rev : 23.9 .1
22+ rev : 23.12 .1
2323 hooks :
2424 - id : black
2525 args : [--line-length, "100"]
2626 # yaml formatting
2727 - repo : https://github.com/pre-commit/mirrors-prettier
28- rev : v3 .0.3
28+ rev : v4 .0.0-alpha.8
2929 hooks :
3030 - id : prettier
3131 types : [yaml]
You can’t perform that action at this time.
0 commit comments