File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v5 .0.0
3+ rev : v6 .0.0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -12,25 +12,25 @@ repos:
1212 - id : check-merge-conflict
1313
1414 - repo : https://github.com/psf/black
15- rev : 24.10 .0
15+ rev : 25.11 .0
1616 hooks :
1717 - id : black
1818 language_version : python3
1919
2020 - repo : https://github.com/asottile/add-trailing-comma
21- rev : v3.1 .0
21+ rev : v4.0 .0
2222 hooks :
2323 - id : add-trailing-comma
2424 args : [--py36-plus]
2525
2626 - repo : https://github.com/asottile/pyupgrade
27- rev : v3.19 .1
27+ rev : v3.21 .1
2828 hooks :
2929 - id : pyupgrade
3030 args : [--py36-plus]
3131
3232 - repo : https://github.com/pycqa/isort
33- rev : 5.13.2
33+ rev : 7.0.0
3434 hooks :
3535 - id : isort
3636 args : ["--profile", "black", "--filter-files"]
You can’t perform that action at this time.
0 commit comments