Created
October 17, 2017 21:56
-
-
Save paltman/8e1087c96545bd2604954542b1c63afc to your computer and use it in GitHub Desktop.
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
[flake8] | |
ignore = E265,E501 | |
max-line-length = 100 | |
max-complexity = 10 | |
exclude = */migrations/* | |
inline-quotes = double | |
[isort] | |
multi_line_output=3 | |
known_django=django | |
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER | |
include_trailing_comma=True | |
line_length=60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment