Created
April 3, 2020 12:08
-
-
Save rrees/0ae4b684a051e618fce9f1414b24d0ff to your computer and use it in GitHub Desktop.
An isort config that is compatible with Black
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
line_length=88 | |
multi_line_output=3 | |
include_trailing_comma=True | |
use_parentheses=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment