File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
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.5 .0"
5
+ rev : " v4.6 .0"
6
6
hooks :
7
7
- id : trailing-whitespace # trims trailing whitespace
8
8
args : [--markdown-linebreak-ext=md]
@@ -15,30 +15,24 @@ repos:
15
15
- id : check-merge-conflict # check for files that contain merge conflict strings
16
16
17
17
- repo : https://github.com/adamchainz/django-upgrade
18
- rev : " 1.15 .0"
18
+ rev : " 1.18 .0"
19
19
hooks :
20
20
- id : django-upgrade
21
- args : [--target-version, "3 .2"]
21
+ args : [--target-version, "4 .2"]
22
22
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : " v3.15 .0"
24
+ rev : " v3.16 .0"
25
25
hooks :
26
26
- id : pyupgrade
27
- args : [--py37 -plus]
27
+ args : [--py38 -plus]
28
28
29
29
- repo : https://github.com/pycqa/isort
30
- rev : " 5.12.0 "
30
+ rev : " 5.13.2 "
31
31
hooks :
32
32
- id : isort
33
33
name : isort (python)
34
34
35
35
- repo : https://github.com/psf/black
36
- rev : " 23.10.1 "
36
+ rev : " 24.4.2 "
37
37
hooks :
38
38
- id : black
39
-
40
- - repo : https://github.com/ikamensh/flynt
41
- rev : " 1.0.1"
42
- hooks :
43
- - id : flynt
44
- args : [--aggressive, --line-length, "120"]
You can’t perform that action at this time.
0 commit comments