diff options
| author | Ülgen Sarıkavak <ulgensrkvk@gmail.com> | 2025-07-22 04:46:24 +0300 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2025-07-28 12:27:16 +0530 |
| commit | 9f2102acc0f55d1f7c5e29666f9f6e6a71a4abe4 (patch) | |
| tree | c9946ca82a7371a093a7a62f2666068356aa9fd0 /Makefile | |
| parent | dc723efab38243763dc5c672604a29c932967d80 (diff) | |
Remove isort from tox
Already handled by pre-commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
