From 9d550ec2ed6748d9abd05c4429cb180965b82d60 Mon Sep 17 00:00:00 2001 From: sco1 Date: Wed, 18 Sep 2019 18:36:55 -0700 Subject: Add manage.py to linting ignore Synchronize output of `pipenv run lint` and `python -m flake8` for the current project structure --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 0f1a77e2..66051658 100644 --- a/.flake8 +++ b/.flake8 @@ -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 +exclude=__pycache__, venv, .venv, manage.py, **/migrations ignore= B311,W503,E226,S311,T000 # Missing Docstrings -- cgit v1.2.3