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 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : " 23.3 .0"
13
+ rev : " 24.2 .0"
14
14
hooks :
15
15
- id : black
16
16
exclude : " tests/snapshots/"
17
17
18
18
- repo : https://github.com/PyCQA/isort
19
- rev : " 5.12.0 "
19
+ rev : " 5.13.2 "
20
20
hooks :
21
21
- id : isort
22
22
exclude : " tests/snapshots/"
23
23
24
24
- repo : https://github.com/PyCQA/flake8
25
- rev : " 6 .0.0"
25
+ rev : " 7 .0.0"
26
26
hooks :
27
27
- id : flake8
28
28
exclude : " tests/snapshots/"
29
29
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : " v3.4 .0"
31
+ rev : " v3.15 .0"
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [ --py37-plus ]
35
35
exclude : " tests/snapshots/"
36
36
37
37
- repo : https://github.com/adamchainz/django-upgrade
38
- rev : " 1.13 .0"
38
+ rev : " 1.16 .0"
39
39
hooks :
40
40
- id : django-upgrade
41
41
args : [--target-version, "2.2"]
42
42
exclude : " tests/snapshots/"
43
43
44
44
- repo : https://github.com/floatingpurr/sync_with_poetry
45
- rev : 1.0 .0
45
+ rev : 1.1 .0
46
46
hooks :
47
47
- id : sync_with_poetry
You can’t perform that action at this time.
0 commit comments