File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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 : v6.0 .0
1212 hooks :
1313 - id : check-added-large-files
1414 args : [--maxkb=500]
@@ -26,15 +26,15 @@ repos:
2626 - id : requirements-txt-fixer
2727 - id : trailing-whitespace
2828 - repo : https://github.com/pycqa/isort
29- rev : 5.13.2
29+ rev : 6.0.1
3030 hooks :
3131 - id : isort
3232 - repo : https://github.com/psf/black
33- rev : 24.8 .0
33+ rev : 25.1 .0
3434 hooks :
3535 - id : black
3636 - repo : https://github.com/PyCQA/flake8
37- rev : 7.1.1
37+ rev : 7.3.0
3838 hooks :
3939 - id : flake8
4040 args : ["--config=.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.20 .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.27 .0"
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