Skip to content

Instantly share code, notes, and snippets.

@paltman
Created October 17, 2017 21:56
Show Gist options
  • Save paltman/8e1087c96545bd2604954542b1c63afc to your computer and use it in GitHub Desktop.
Save paltman/8e1087c96545bd2604954542b1c63afc to your computer and use it in GitHub Desktop.
[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