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 @@ -29,27 +29,23 @@ repos:
29
29
args : [--profile=black]
30
30
31
31
- repo : https://github.com/asottile/pyupgrade
32
- rev : v2.37.2
32
+ rev : v2.37.3
33
33
hooks :
34
34
- id : pyupgrade
35
35
args : [--py37-plus]
36
36
37
37
- repo : https://github.com/PyCQA/doc8
38
- rev : 0.11.2
38
+ rev : v1.0.0
39
39
hooks :
40
40
- id : doc8
41
41
args : [--max-line-length=200]
42
42
exclude : docs/source/other/full-config.rst
43
43
stages : [manual]
44
44
45
45
- repo : https://github.com/pycqa/flake8
46
- rev : 4 .0.1
46
+ rev : 5 .0.2
47
47
hooks :
48
48
- id : flake8
49
49
additional_dependencies :
50
- [
51
- " flake8-bugbear==20.1.4" ,
52
- " flake8-logging-format==0.6.0" ,
53
- " flake8-implicit-str-concat==0.2.0" ,
54
- ]
50
+ ["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
55
51
stages : [manual]
You can’t perform that action at this time.
0 commit comments