File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,18 @@ repos:
32
32
- id : prettier
33
33
34
34
- repo : https://github.com/PyCQA/doc8
35
- rev : 0.11.2
35
+ rev : v1.0.0
36
36
hooks :
37
37
- id : doc8
38
38
args : [--max-line-length=200]
39
39
stages : [manual]
40
40
41
41
- repo : https://github.com/pycqa/flake8
42
- rev : 4 .0.1
42
+ rev : 5 .0.2
43
43
hooks :
44
44
- id : flake8
45
45
additional_dependencies :
46
- [
47
- " flake8-bugbear==20.1.4" ,
48
- " flake8-logging-format==0.6.0" ,
49
- " flake8-implicit-str-concat==0.2.0" ,
50
- ]
46
+ ["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
51
47
stages : [manual]
52
48
53
49
- repo : https://github.com/pre-commit/mirrors-mypy
60
56
stages : [manual]
61
57
62
58
- repo : https://github.com/PyCQA/doc8
63
- rev : 0.11.2
59
+ rev : v1.0.0
64
60
hooks :
65
61
- id : doc8
66
62
args : [--max-line-length=100]
You can’t perform that action at this time.
0 commit comments