Skip to content

Instantly share code, notes, and snippets.

@RomuloOliveira
Created September 1, 2017 17:31
Show Gist options
  • Save RomuloOliveira/9b9905365af2569f3a40bb12a4a34f73 to your computer and use it in GitHub Desktop.
Save RomuloOliveira/9b9905365af2569f3a40bb12a4a34f73 to your computer and use it in GitHub Desktop.
Default settings for isort
[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