We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9270bb5 commit 4047fb5Copy full SHA for 4047fb5
1 file changed
pyproject.toml
@@ -1,3 +1,11 @@
1
[build-system]
2
requires = ["setuptools>=40.8.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
+
5
+[tool.isort]
6
+atomic=true
7
+force_grid_wrap=0
8
+include_trailing_comma=true
9
+multi_line_output=3
10
+not_skip="__init__.py"
11
+use_parentheses=true
0 commit comments