From acb476899cada8e027aa0c9e15c1efb52d8642fe Mon Sep 17 00:00:00 2001 From: Hironsan Date: Sun, 9 May 2021 17:07:41 +0900 Subject: [PATCH] Update flake8 command --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index cbe9e6be..56d5642e 100644 --- a/Pipfile +++ b/Pipfile @@ -57,7 +57,7 @@ python_version = "3.8" [scripts] isort = "isort api -c --skip migrations" -flake8 = "flake8 api --ignore=F401,E741" +flake8 = "flake8 --filename \"*.py\" --extend-exclude \"server,api/migrations,api/views/__init__.py,authentification,api/apps.py\"" wait_for_db = "python manage.py wait_for_db" test = "python manage.py test api.tests" migrate = "python manage.py migrate"