Skip to content

Commit 59e7a74

Browse files
committed
Use same line length for isort as black
1 parent d7e7dfb commit 59e7a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
source = ["src", ".tox/*/site-packages"]
88

99
[tool.isort]
10-
line_length = 100
10+
line_length = 88
1111
multi_line_output = 3
1212
include_trailing_comma = true
1313
balanced_wrapping = true

0 commit comments

Comments
 (0)