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 29
29
rev : v1.12.1
30
30
hooks :
31
31
- id : blacken-docs
32
- additional_dependencies : [ black==21.12b0 ]
32
+ additional_dependencies : [ black==22.1 ]
33
33
- repo : https://github.com/pre-commit/pygrep-hooks
34
34
rev : v1.9.0
35
35
hooks :
49
49
hooks :
50
50
- id : flake8
51
51
additional_dependencies :
52
- - flake8-bugbear==21.11.29
53
- - flake8-comprehensions==3.7
52
+ - flake8-bugbear==22.1.11
53
+ - flake8-comprehensions==3.8
54
54
- flake8-pytest-style==1.6
55
55
- flake8-spellcheck==0.24
56
56
- flake8-unused-arguments==0.0.9
Original file line number Diff line number Diff line change 32
32
title ,
33
33
whitespace_normalize_name ,
34
34
)
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
40
36
from docutils .parsers .rst .states import RSTState , RSTStateMachine
41
37
from docutils .statemachine import StringList
42
38
from sphinx .domains .std import StandardDomain
You can’t perform that action at this time.
0 commit comments