Created
May 14, 2022 08:32
-
-
Save twyle/19077529157e31250ddba78133e6cae8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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