Skip to content

Commit

Permalink
Set isort line length to match Black
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 12, 2020
1 parent 99ee85b commit eab9055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
target-version = ['py35', 'py36', 'py37', 'py38']

[tool.isort]
line_length = 79
line_length = 88
sections = "FUTURE,STDLIB,ZOPE,OPENSSL,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"
default_section = "THIRDPARTY"
no_lines_before = "LOCALFOLDER"
Expand Down

0 comments on commit eab9055

Please sign in to comment.