Skip to content

Instantly share code, notes, and snippets.

@katoozi
Created May 15, 2019 12:06
Show Gist options
  • Save katoozi/0826bca83718c5f2f6469a79f9d4302d to your computer and use it in GitHub Desktop.
Save katoozi/0826bca83718c5f2f6469a79f9d4302d to your computer and use it in GitHub Desktop.
setup.cfg
[isort]
include_trailing_comma=True
line_length = 79
skip=.git,migrations,__pycache__,settings.py,wsgi.py,test_project,__init__.py,tests
[flake8]
max-line-length = 79
exclude=.git,migrations,__pycache__,settings.py,wsgi.py,test_project,__init__.py,tests
max-complexity=10
[yapf]
based_on_style = pep8
spaces_before_comment = 2
split_before_logical_operator = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment