Created
September 1, 2017 17:31
-
-
Save RomuloOliveira/9b9905365af2569f3a40bb12a4a34f73 to your computer and use it in GitHub Desktop.
Default settings for isort
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] | |
known_first_party=<first_party_app_name> | |
atomic=true | |
line_length=79 | |
multi_line_output=3 | |
skip=migrations | |
use_parentheses=true | |
not_skip = __init__.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment