Skip to content

Commit

Permalink
Fix isort's handling of long import lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed Nov 30, 2023
1 parent e503f77 commit b597bac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ omit = [

[tool.isort]
profile = "google"
# TODO(https://github.com/PyCQA/isort/pull/2149): Delete this.
# TODO(https://github.com/PyCQA/isort/pull/2149): Delete line_length and
# single_line_exclusions.
line_length = 9999
single_line_exclusions = [
"collections.abc",
"typing",
Expand Down

0 comments on commit b597bac

Please sign in to comment.