Commit d34e050 1 parent 378b2f5 commit d34e050 Copy full SHA for d34e050
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 5
5
autofix_prs : false
6
6
repos :
7
7
- repo : https://github.com/psf/black
8
- rev : 24.4.2
8
+ rev : 25.1.0
9
9
hooks :
10
10
- id : black
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.6 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : check-ast
15
15
- id : check-merge-conflict
@@ -22,28 +22,28 @@ repos:
22
22
- id : end-of-file-fixer
23
23
- id : trailing-whitespace
24
24
- repo : https://github.com/pycqa/isort
25
- rev : 5.13.2
25
+ rev : 6.0.0
26
26
hooks :
27
27
- id : isort
28
28
name : isort (python)
29
29
args : ["--profile", "black", "--filter-files"]
30
30
- repo : https://github.com/pycqa/flake8
31
- rev : 7.0.0
31
+ rev : 7.1.2
32
32
hooks :
33
33
- id : flake8
34
34
additional_dependencies :
35
35
- flake8-bugbear
36
36
- flake8-comprehensions
37
37
args : [--max-line-length=88]
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v3.16.0
39
+ rev : v3.19.1
40
40
hooks :
41
41
- id : pyupgrade
42
42
args :
43
43
- --py37-plus
44
44
exclude : migrations/
45
45
- repo : https://github.com/adamchainz/django-upgrade
46
- rev : 1.18.0
46
+ rev : 1.23.1
47
47
hooks :
48
48
- id : django-upgrade
49
49
args :
53
53
hooks :
54
54
- id : yesqa
55
55
- repo : https://github.com/hadialqattan/pycln
56
- rev : v2.4 .0
56
+ rev : v2.5 .0
57
57
hooks :
58
58
- id : pycln
You can’t perform that action at this time.
0 commit comments