File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,32 @@ multi_line_output=3
6
6
import_heading_stdlib =stdlib
7
7
import_heading_thirdparty =3rd party
8
8
import_heading_firstparty =this package
9
+ import_heading_localfolder =this package
9
10
balanced_wrapping =False
10
11
lines_between_types =0
11
12
use_parentheses =True
12
13
default_section =LOCALFOLDER
13
- no_lines_before =LOCALFOLDER
14
+ ; no_lines_before=LOCALFOLDER
14
15
known_third_party =
15
- pytest
16
- aenum
17
- pydash
18
- pytz
16
+ sphinx-notfound-page
17
+ sphinx-prompt
18
+ sphinx_autodoc_typehints
19
+ pydash
20
+ pytz
21
+ sphinxemoji
22
+ pytest
23
+ sphinx-autodoc-typehints
24
+ pytest-cov
25
+ pytest-rerunfailures
26
+ sphinx_rtd_theme
27
+ pytest-randomly
28
+ aenum
29
+ sphinx
30
+ coverage
31
+ extras_require
32
+ sphinx-tabs
33
+ sphinxcontrib-httpdomain
34
+ wx
35
+ PIL
19
36
known_first_party =
20
37
domdf_python_tools
You can’t perform that action at this time.
0 commit comments