Skip to content

Commit 4047fb5

Browse files
committed
Update pyproject.toml settings
1 parent 9270bb5 commit 4047fb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
[build-system]
22
requires = ["setuptools>=40.8.0", "wheel"]
33
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

Comments
 (0)