Skip to content

Commit

Permalink
Configure isort to have the same line length as flake8
Browse files Browse the repository at this point in the history
This allows isort and black to play nicely for a long import line in
the typing module.
  • Loading branch information
pgjones committed Dec 24, 2020
1 parent cce115a commit 1126f53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ testpaths = tests
exclude = venv/*,tox/*,specs/*
ignore = E123,E128,E266,E402,W503,E731,W601
max-line-length = 119

[isort]
line_length = 119

0 comments on commit 1126f53

Please sign in to comment.