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 @@ -28,16 +28,16 @@ repos:
2828 - id : mixed-line-ending
2929 - id : trailing-whitespace
3030 - repo : https://github.com/asottile/pyupgrade
31- rev : " v3.20 .0"
31+ rev : " v3.21 .0"
3232 hooks :
3333 - id : pyupgrade
3434 args : [--py312]
3535 - repo : https://github.com/adamchainz/django-upgrade
36- rev : " 1.28 .0"
36+ rev : " 1.29 .0"
3737 hooks :
3838 - id : django-upgrade
3939 args : [--target-version, "5.2"]
40- - repo : https://github.com/psf/black
40+ - repo : https://github.com/psf/black-pre-commit-mirror
4141 rev : 25.9.0
4242 hooks :
4343 - id : black
@@ -48,15 +48,15 @@ repos:
4848 exclude_types : [html, json, scss]
4949 exclude : ' (^djangoproject\/static\/js\/lib\/.*$)'
5050 - repo : https://github.com/pycqa/isort
51- rev : " 6 .0.1 "
51+ rev : " 7 .0.0 "
5252 hooks :
5353 - id : isort
5454 - repo : https://github.com/pycqa/flake8
5555 rev : " 7.3.0"
5656 hooks :
5757 - id : flake8
5858 - repo : https://github.com/rtts/djhtml
59- rev : " 3.0.9 "
59+ rev : " 3.0.10 "
6060 hooks :
6161 - id : djhtml
6262 files : .*/templates/.*\.html$
You can’t perform that action at this time.
0 commit comments