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 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.5 .0
5+ rev : v4.6 .0
66 hooks :
77 - id : check-ast
88 - id : check-builtin-literals
@@ -11,12 +11,12 @@ repos:
1111 - id : requirements-txt-fixer
1212 - id : trailing-whitespace
1313- repo : https://github.com/psf/black
14- rev : 23.10.1
14+ rev : 24.4.0
1515 hooks :
1616 - id : black
1717 language_version : python3.11
1818- repo : https://github.com/asottile/pyupgrade
19- rev : v3.15.0
19+ rev : v3.15.2
2020 hooks :
2121 - id : pyupgrade
2222 args : [--py37-plus, --keep-runtime-typing]
2929 hooks :
3030 - id : add-trailing-comma
3131- repo : https://github.com/hadialqattan/pycln
32- rev : v2.3 .0
32+ rev : v2.4 .0
3333 hooks :
3434 - id : pycln
3535
You can’t perform that action at this time.
0 commit comments