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 @@ -2,7 +2,7 @@ exclude: 'docs|migrations'
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -13,37 +13,37 @@ repos:
13
13
- id : debug-statements
14
14
15
15
- repo : https://github.com/asottile/pyupgrade
16
- rev : v2.34 .0
16
+ rev : v3.19 .0
17
17
hooks :
18
18
- id : pyupgrade
19
19
args : [--py37-plus]
20
20
21
21
- repo : https://github.com/myint/autoflake
22
- rev : ' v1.4 '
22
+ rev : ' v2.3.1 '
23
23
hooks :
24
24
- id : autoflake
25
25
args : ['--in-place', '--remove-all-unused-imports', '--ignore-init-module-imports']
26
26
27
27
- repo : https://github.com/pycqa/isort
28
- rev : 5.10.1
28
+ rev : 5.13.2
29
29
hooks :
30
30
- id : isort
31
31
name : isort (python)
32
32
args : ['--settings-path=pyproject.toml']
33
33
34
34
- repo : https://github.com/psf/black
35
- rev : 22.6 .0
35
+ rev : 24.10 .0
36
36
hooks :
37
37
- id : black
38
38
39
39
- repo : https://github.com/adamchainz/django-upgrade
40
- rev : 1.7.0
40
+ rev : 1.22.2
41
41
hooks :
42
42
- id : django-upgrade
43
43
args : [--target-version, "3.2"]
44
44
45
45
- repo : https://github.com/pycqa/flake8
46
- rev : 4.0 .1
46
+ rev : 7.1 .1
47
47
hooks :
48
48
- id : flake8
49
49
args : ['--config=setup.cfg']
You can’t perform that action at this time.
0 commit comments