File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ compile-scss-debug:
19
19
install :
20
20
python -m pip install --requirement requirements/dev.txt
21
21
22
- isort :
23
- python -m isort $(APP_LIST )
24
-
25
- isort-check :
26
- python -m isort --check $(APP_LIST )
27
-
28
22
migrations-check :
29
23
python -m manage makemigrations --check --dry-run
30
24
Original file line number Diff line number Diff line change 1
1
-r common.txt
2
2
django-debug-toolbar==5.2.0
3
- isort==6.0.1
4
3
pre-commit~=4.2.0
5
4
watchdog==6.0.0
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist =py{312}-{tests,black,isort }
2
+ envlist =py{312}-{tests,black}
3
3
skipsdist = true
4
4
5
5
[gh-actions]
@@ -11,10 +11,8 @@ allowlist_externals = make
11
11
passenv = DJANGO_SETTINGS_MODULE
12
12
deps =
13
13
tests: -r{toxinidir}/requirements/tests.txt
14
- isort: isort
15
14
commands =
16
15
tests: make ci
17
- isort: make isort-check
18
16
19
17
[testenv:black]
20
18
basepython = python3
You can’t perform that action at this time.
0 commit comments