diff options
author | 2021-09-03 22:40:38 +0100 | |
---|---|---|
committer | 2021-09-03 22:40:38 +0100 | |
commit | 6bd72f73b761264032907530a9ab1d4c4fa0e97f (patch) | |
tree | 35aa55175291f40800946ad7f5747a83894fa181 /.flake8 | |
parent | Add gunicorn.conf.py with Prometheus specific settings (diff) |
Ignore gunicorn configuration from flake8
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ max-line-length=100 docstring-convention=all import-order-style=pycharm application_import_names=pydis_site -exclude=__pycache__, venv, .venv, **/migrations/**, .cache/ +exclude=__pycache__, venv, .venv, **/migrations/**, .cache/, gunicorn.conf.py ignore= B311,W503,E226,S311,T000 # Missing Docstrings |