summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorÜlgen Sarıkavak <ulgensrkvk@gmail.com>2025-07-22 04:46:24 +0300
committerSaptak Sengupta <saptak013@gmail.com>2025-07-28 12:27:16 +0530
commit9f2102acc0f55d1f7c5e29666f9f6e6a71a4abe4 (patch)
treec9946ca82a7371a093a7a62f2666068356aa9fd0 /Makefile
parentdc723efab38243763dc5c672604a29c932967d80 (diff)
Remove isort from tox
Already handled by pre-commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2cc04fc4..2bf7ed70 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,6 @@ compile-scss-debug:
install:
python -m pip install --requirement requirements/dev.txt
-isort:
- python -m isort $(APP_LIST)
-
-isort-check:
- python -m isort --check $(APP_LIST)
-
migrations-check:
python -m manage makemigrations --check --dry-run