|
@ -57,7 +57,7 @@ python_version = "3.8" |
|
|
|
|
|
|
|
|
[scripts] |
|
|
[scripts] |
|
|
isort = "isort api -c --skip migrations" |
|
|
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" |
|
|
wait_for_db = "python manage.py wait_for_db" |
|
|
test = "python manage.py test api.tests" |
|
|
test = "python manage.py test api.tests" |
|
|
migrate = "python manage.py migrate" |
|
|
migrate = "python manage.py migrate" |
|
|