File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2929 rev : v1.12.1
3030 hooks :
3131 - id : blacken-docs
32- additional_dependencies : [ black==21.12b0 ]
32+ additional_dependencies : [ black==22.1 ]
3333 - repo : https://github.com/pre-commit/pygrep-hooks
3434 rev : v1.9.0
3535 hooks :
4949 hooks :
5050 - id : flake8
5151 additional_dependencies :
52- - flake8-bugbear==21.11.29
53- - flake8-comprehensions==3.7
52+ - flake8-bugbear==22.1.11
53+ - flake8-comprehensions==3.8
5454 - flake8-pytest-style==1.6
5555 - flake8-spellcheck==0.24
5656 - flake8-unused-arguments==0.0.9
Original file line number Diff line number Diff line change 3232 title ,
3333 whitespace_normalize_name ,
3434)
35- from docutils .parsers .rst .directives import ( # type: ignore # no stubs
36- positive_int ,
37- unchanged ,
38- unchanged_required ,
39- )
35+ from docutils .parsers .rst .directives import positive_int , unchanged , unchanged_required
4036from docutils .parsers .rst .states import RSTState , RSTStateMachine
4137from docutils .statemachine import StringList
4238from sphinx .domains .std import StandardDomain
You can’t perform that action at this time.
0 commit comments