Skip to content

Commit 53cb485

Browse files
move isort configs to pyproject.toml
1 parent 88fe517 commit 53cb485

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.isort.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ requires = [
44
]
55
build-backend = "poetry.masonry.api"
66

7+
[tool.isort]
8+
multi_line_output = 3
9+
include_trailing_comma = true
10+
force_grid_wrap = 0
11+
use_parentheses = true
12+
line_length = 88
13+
714
[tool.poetry]
815
name = "rle-array"
916
description = "Run-length encoded pandas."

0 commit comments

Comments
 (0)