Skip to content

Commit c09517b

Browse files
committed
Add isort config
1 parent 5921ab0 commit c09517b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tool:isort]
2+
profile = black
3+
from_first = True
4+
line_length = 79
5+
known_first_party = chem
6+
default_section = THIRDPARTY
7+
skip = .tox,.eggs,ci/bootstrap.py,ci/templates,build,dist

0 commit comments

Comments
 (0)