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:
2929 args : [--profile=black]
3030
3131 - repo : https://github.com/asottile/pyupgrade
32- rev : v2.37.2
32+ rev : v2.37.3
3333 hooks :
3434 - id : pyupgrade
3535 args : [--py37-plus]
3636
3737 - repo : https://github.com/PyCQA/doc8
38- rev : 0.11.2
38+ rev : v1.0.0
3939 hooks :
4040 - id : doc8
4141 args : [--max-line-length=200]
4242 exclude : docs/source/other/full-config.rst
4343 stages : [manual]
4444
4545 - repo : https://github.com/pycqa/flake8
46- rev : 4 .0.1
46+ rev : 5 .0.2
4747 hooks :
4848 - id : flake8
4949 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"]
5551 stages : [manual]
You can’t perform that action at this time.
0 commit comments