Skip to content

Instantly share code, notes, and snippets.

@twyle
Created May 14, 2022 08:32
Show Gist options
  • Save twyle/19077529157e31250ddba78133e6cae8 to your computer and use it in GitHub Desktop.
Save twyle/19077529157e31250ddba78133e6cae8 to your computer and use it in GitHub Desktop.
[flake8]
exclude =
*migrations*,
__pycache__,
.pytest_cache,
venv,
.env,
.git*,
pytest*,
requirements*,
README*,
Procfile,
LICENSE,
ignore =
F401,
E402
max-line-length = 120
[isort]
profile=hug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment