File tree Expand file tree Collapse file tree 2 files changed +122
-163
lines changed Expand file tree Collapse file tree 2 files changed +122
-163
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/compilerla/conventional-pre-commit
6- rev : v3.2 .0
6+ rev : v3.6 .0
77 hooks :
88 - id : conventional-pre-commit
99 stages : [commit-msg]
1010
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v4.5 .0
12+ rev : v5.0 .0
1313 hooks :
1414 - id : check-ast
1515 - id : check-added-large-files
@@ -24,14 +24,14 @@ repos:
2424 - id : trailing-whitespace
2525
2626 - repo : https://github.com/python-formate/flake8-dunder-all
27- rev : v0.4.0
27+ rev : v0.4.1
2828 hooks :
2929 - id : ensure-dunder-all
3030 exclude : " tests*"
3131 args : ["--use-tuple"]
3232
3333 - repo : https://github.com/astral-sh/ruff-pre-commit
34- rev : v0.4.4
34+ rev : v0.7.3
3535 hooks :
3636 - id : ruff
3737 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments