File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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]
@@ -26,15 +26,15 @@ repos:
26
26
- id : requirements-txt-fixer
27
27
- id : trailing-whitespace
28
28
- repo : https://github.com/pycqa/isort
29
- rev : 5.13.2
29
+ rev : 6.0.1
30
30
hooks :
31
31
- id : isort
32
32
- repo : https://github.com/psf/black
33
- rev : 24.8 .0
33
+ rev : 25.1 .0
34
34
hooks :
35
35
- id : black
36
36
- repo : https://github.com/PyCQA/flake8
37
- rev : 7.1.1
37
+ rev : 7.1.2
38
38
hooks :
39
39
- id : flake8
40
40
args : ["--config=.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.1
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.23.1 "
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