From 1cc1f057d6581196429531925a67f3b75e328203 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 18 Jan 2022 14:11:42 +0900 Subject: [PATCH] Update pipfile command --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 83370f15..cf93868c 100644 --- a/Pipfile +++ b/Pipfile @@ -58,7 +58,7 @@ python_version = "3.8" [scripts] isort = "isort api -c --skip migrations" -flake8 = "flake8 --filename \"*.py\" --extend-exclude \"server,api/migrations,api/views/__init__.py,authentification,api/apps.py\"" +flake8 = "flake8 --filename \"*.py\" --extend-exclude \"api/migrations\"" wait_for_db = "python manage.py wait_for_db" test = "python manage.py test api.tests roles.tests members.tests metrics.tests users.tests data_import.tests data_export.tests" migrate = "python manage.py migrate"