We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5921ab0 commit c09517bCopy full SHA for c09517b
setup.cfg
@@ -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