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 11---
22repos :
33 - repo : https://github.com/psf/black
4- rev : 24.4.2
4+ rev : 25.9.0
55 hooks :
66 - id : black
77 language_version : python3.8
88 args :
99 - " --target-version"
1010 - " py38"
1111 - repo : https://github.com/PyCQA/flake8
12- rev : " 7.1 .0"
12+ rev : " 7.3 .0"
1313 hooks :
1414 - id : flake8
1515 args : ["--max-line-length", "88"]
1616 - repo : https://github.com/PyCQA/isort
17- rev : 5.13.2
17+ rev : 6.0.1
1818 hooks :
1919 - id : isort
2020 - repo : https://github.com/asottile/pyupgrade
21- rev : v3.16 .0
21+ rev : v3.20 .0
2222 hooks :
2323 - id : pyupgrade
2424 args : [--py38-plus]
2525 - repo : https://github.com/adamchainz/django-upgrade
26- rev : 1.20 .0
26+ rev : 1.28 .0
2727 hooks :
2828 - id : django-upgrade
2929 args : [--target-version, "3.2"]
You can’t perform that action at this time.
0 commit comments