Skip to content

Instantly share code, notes, and snippets.

@wnklb
Created November 3, 2020 13:06
Show Gist options
  • Save wnklb/2383296ce52ccf674c7ad6959a563509 to your computer and use it in GitHub Desktop.
Save wnklb/2383296ce52ccf674c7ad6959a563509 to your computer and use it in GitHub Desktop.
flake8 config
[flake8]
exclude =
__pycache__,
build,
dist,
mocks,
venv
ignore =
F405,
F403
max-complexity = 10
max-line-length = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment