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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : trailing-whitespace # trims trailing whitespace
6
6
args : [--markdown-linebreak-ext=md]
@@ -13,23 +13,23 @@ repos:
13
13
- id : check-merge-conflict # check for files that contain merge conflict strings
14
14
15
15
- repo : https://github.com/adamchainz/django-upgrade
16
- rev : 1.7 .0
16
+ rev : 1.15 .0
17
17
hooks :
18
18
- id : django-upgrade
19
19
args : [--target-version, "3.2"]
20
20
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v2.37.1
22
+ rev : v3.13.0
23
23
hooks :
24
24
- id : pyupgrade
25
25
26
26
- repo : https://github.com/pycqa/isort
27
- rev : 5.10.1
27
+ rev : 5.12.0
28
28
hooks :
29
29
- id : isort
30
30
name : isort (python)
31
31
32
32
- repo : https://github.com/psf/black
33
- rev : 22.6.0
33
+ rev : 23.9.1
34
34
hooks :
35
35
- id : black
You can’t perform that action at this time.
0 commit comments