Skip to content

Commit 3826832

Browse files
committed
Updated isort known_third_party list
1 parent 39c7358 commit 3826832

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

.isort.cfg

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,32 @@ multi_line_output=3
66
import_heading_stdlib=stdlib
77
import_heading_thirdparty=3rd party
88
import_heading_firstparty=this package
9+
import_heading_localfolder=this package
910
balanced_wrapping=False
1011
lines_between_types=0
1112
use_parentheses=True
1213
default_section=LOCALFOLDER
13-
no_lines_before=LOCALFOLDER
14+
;no_lines_before=LOCALFOLDER
1415
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
1936
known_first_party=
2037
domdf_python_tools

0 commit comments

Comments
 (0)