File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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.6 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
@@ -11,29 +11,29 @@ repos:
11
11
- id : mixed-line-ending
12
12
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v2.37.3
14
+ rev : v3.15.2
15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
18
18
- " --py37-plus"
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 22.8 .0
21
+ rev : 24.4 .0
22
22
hooks :
23
23
- id : black
24
24
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : 5 .0.4
26
+ rev : 7 .0.0
27
27
hooks :
28
28
- id : flake8
29
29
args : ["--max-line-length=120"]
30
30
31
31
- repo : https://github.com/PyCQA/isort
32
- rev : 5.10.1
32
+ rev : 5.13.2
33
33
hooks :
34
34
- id : isort
35
35
36
36
- repo : https://github.com/pre-commit/mirrors-prettier
37
- rev : v3 .0.0-alpha.0
37
+ rev : v4 .0.0-alpha.8
38
38
hooks :
39
39
- id : prettier
You can’t perform that action at this time.
0 commit comments