File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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.4 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-ast
@@ -19,39 +19,39 @@ repos:
19
19
- id : trailing-whitespace
20
20
21
21
- repo : https://github.com/pre-commit/mirrors-prettier
22
- rev : v3 .0.0-alpha.6
22
+ rev : v4 .0.0-alpha.8
23
23
hooks :
24
24
- id : prettier
25
25
26
26
- repo : https://github.com/psf/black
27
- rev : 23 .1.0
27
+ rev : 25 .1.0
28
28
hooks :
29
29
- id : black
30
30
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 6.0.0
32
+ rev : 7.1.1
33
33
hooks :
34
34
- id : flake8
35
35
args :
36
36
- --max-line-length=88
37
37
- --extend-ignore=E203
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v1.1 .1
40
+ rev : v1.14 .1
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies :
44
44
- types-PyYAML
45
45
46
46
- repo : https://github.com/asottile/pyupgrade
47
- rev : v3.3 .1
47
+ rev : v3.19 .1
48
48
hooks :
49
49
- id : pyupgrade
50
50
51
51
- repo : https://github.com/packit/pre-commit-hooks
52
- rev : v1.0 .0
52
+ rev : v1.2 .0
53
53
hooks :
54
54
- id : check-rebase
55
55
args :
56
56
- https://github.com/packit/packit-service.git
57
- stages : [manual, push]
57
+ stages : [manual, pre- push]
You can’t perform that action at this time.
0 commit comments