Skip to content

Instantly share code, notes, and snippets.

@barrachri
Created July 31, 2018 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrachri/e990eed87838e78df6d07b36e9cd9338 to your computer and use it in GitHub Desktop.
Save barrachri/e990eed87838e78df6d07b36e9cd9338 to your computer and use it in GitHub Desktop.
[flake8]
ignore = E265,E501,D203
max-line-length = 100
max-complexity = 10
inline-quotes = double
exclude =
.tox,
.git,
__pycache__,
docs/source/conf.py,
build,
dist,
tests/fixtures/*,
*.pyc,
*.egg-info,
.cache,
.eggs
[isort]
multi_line_output=3
sections=FUTURE,STDLIB,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