Skip to content

Instantly share code, notes, and snippets.

@stephen-bunn
Last active April 24, 2019 17:07
Show Gist options
  • Save stephen-bunn/c1bcf104ff401530cbe4d9dc5386f6d1 to your computer and use it in GitHub Desktop.
Save stephen-bunn/c1bcf104ff401530cbe4d9dc5386f6d1 to your computer and use it in GitHub Desktop.
Medium - Flake8 configuration
[flake8]
max-line-length = 88
ignore = D203,F401,E123,W503,E203
exclude =
.tox,
.git,
__pycache__,
docs/source/*,
build,
dist,
tests/*,
*.pyc,
*.egg-info,
.cache,
.eggs,
setup.py,
max-complexity = 13
import-order-style = google
application-import-names = flake8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment