Skip to content

Commit 1eb2ddd

Browse files
committed
add isort config from datalad-container
1 parent 51ca679 commit 1eb2ddd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
requires = ["setuptools >= 46.4.0", "versioningit ~= 0.1", "wheel ~= 0.32"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.isort]
6+
force_grid_wrap = 2
7+
include_trailing_comma = true
8+
multi_line_output = 3
9+
combine_as_imports = true
10+
511
[tool.versioningit]

0 commit comments

Comments
 (0)