Skip to content

Commit bd22631

Browse files
use builtin black profile for isort
1 parent 20d0cf4 commit bd22631

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ requires = [
55
build-backend = "poetry.masonry.api"
66

77
[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
8+
profile = "black"
139

1410
[tool.poetry]
1511
name = "rle-array"

0 commit comments

Comments
 (0)