File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
# - id: check-hooks-apply
9
9
# - id: check-useless-excludes
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.6 .0
11
+ rev : v5.0 .0
12
12
hooks :
13
13
- id : check-added-large-files
14
14
args : [--maxkb=500]
30
30
hooks :
31
31
- id : isort
32
32
- repo : https://github.com/psf/black
33
- rev : 24.8 .0
33
+ rev : 24.10 .0
34
34
hooks :
35
35
- id : black
36
36
- repo : https://github.com/PyCQA/flake8
@@ -49,17 +49,17 @@ repos:
49
49
pep8-naming,
50
50
]
51
51
- repo : https://github.com/asottile/pyupgrade
52
- rev : v3.17 .0
52
+ rev : v3.19 .0
53
53
hooks :
54
54
- id : pyupgrade
55
55
args : [--py38-plus]
56
56
- repo : https://github.com/adamchainz/django-upgrade
57
- rev : " 1.20.0 "
57
+ rev : " 1.22.2 "
58
58
hooks :
59
59
- id : django-upgrade
60
60
args : [--target-version, "4.2"]
61
61
- repo : https://github.com/mgedmin/check-manifest
62
- rev : " 0.49 "
62
+ rev : " 0.50 "
63
63
hooks :
64
64
- id : check-manifest
65
65
args : [--no-build-isolation]
You can’t perform that action at this time.
0 commit comments