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 88 # - id: check-hooks-apply
99 # - id: check-useless-excludes
1010 - repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v4.6 .0
11+ rev : v5.0 .0
1212 hooks :
1313 - id : check-added-large-files
1414 args : [--maxkb=500]
3030 hooks :
3131 - id : isort
3232 - repo : https://github.com/psf/black
33- rev : 24.8 .0
33+ rev : 24.10 .0
3434 hooks :
3535 - id : black
3636 - repo : https://github.com/PyCQA/flake8
@@ -49,17 +49,17 @@ repos:
4949 pep8-naming,
5050 ]
5151 - repo : https://github.com/asottile/pyupgrade
52- rev : v3.17 .0
52+ rev : v3.18 .0
5353 hooks :
5454 - id : pyupgrade
5555 args : [--py38-plus]
5656 - repo : https://github.com/adamchainz/django-upgrade
57- rev : " 1.20.0 "
57+ rev : " 1.22.1 "
5858 hooks :
5959 - id : django-upgrade
6060 args : [--target-version, "4.2"]
6161 - repo : https://github.com/mgedmin/check-manifest
62- rev : " 0.49 "
62+ rev : " 0.50 "
6363 hooks :
6464 - id : check-manifest
6565 args : [--no-build-isolation]
You can’t perform that action at this time.
0 commit comments