Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit ad53b12

Browse files
author
Joel Collins
committed
Improved black-isort compatibility
1 parent 866673c commit ad53b12

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ isort = "^5.5.0"
3232
exclude = '(\.eggs|\.git|\.venv)'
3333

3434
[tool.isort]
35-
multi_line_output=3
36-
include_trailing_comma=true
37-
force_grid_wrap=0
38-
use_parentheses=true
39-
line_length=88
35+
multi_line_output = 3
36+
include_trailing_comma = true
37+
force_grid_wrap = 0
38+
use_parentheses = true
39+
ensure_newline_before_comments = true
40+
line_length = 88
4041

4142
[build-system]
4243
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)