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 88fe517 commit 53cb485Copy full SHA for 53cb485
.isort.cfg
pyproject.toml
@@ -4,6 +4,13 @@ requires = [
4
]
5
build-backend = "poetry.masonry.api"
6
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
+
14
[tool.poetry]
15
name = "rle-array"
16
description = "Run-length encoded pandas."
0 commit comments