Skip to content

Commit 9f2102a

Browse files
ulgensSaptakS
authored andcommitted
Remove isort from tox
Already handled by pre-commit
1 parent dc723ef commit 9f2102a

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ compile-scss-debug:
1919
install:
2020
python -m pip install --requirement requirements/dev.txt
2121

22-
isort:
23-
python -m isort $(APP_LIST)
24-
25-
isort-check:
26-
python -m isort --check $(APP_LIST)
27-
2822
migrations-check:
2923
python -m manage makemigrations --check --dry-run
3024

requirements/dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-r common.txt
22
django-debug-toolbar==5.2.0
3-
isort==6.0.1
43
pre-commit~=4.2.0
54
watchdog==6.0.0

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist =py{312}-{tests,black,isort}
2+
envlist =py{312}-{tests,black}
33
skipsdist = true
44

55
[gh-actions]
@@ -11,10 +11,8 @@ allowlist_externals = make
1111
passenv = DJANGO_SETTINGS_MODULE
1212
deps =
1313
tests: -r{toxinidir}/requirements/tests.txt
14-
isort: isort
1514
commands =
1615
tests: make ci
17-
isort: make isort-check
1816

1917
[testenv:black]
2018
basepython = python3

0 commit comments

Comments
 (0)