Skip to content

Commit 5dc0ef4

Browse files
committed
Configure isort to have the same line length as flake8
This allows isort and black to play nicely for a long import line in the typing module.
1 parent ccf54ff commit 5dc0ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ testpaths = tests
4747
exclude = venv/*,tox/*,specs/*
4848
ignore = E123,E128,E266,E402,W503,E731,W601
4949
max-line-length = 119
50+
51+
[isort]
52+
line_length = 119

0 commit comments

Comments
 (0)