File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ MODULE=cwltool
26
26
# `SHELL=bash` doesn't work for some, so don't use BASH-isms like
27
27
# `[[` conditional expressions.
28
28
PYSOURCES =$(wildcard ${MODULE}/** .py tests/* .py) setup.py
29
- DEVPKGS =pep8 diff_cover autopep8 pylint coverage pep257 flake8 pytest
29
+ DEVPKGS =pep8 diff_cover autopep8 pylint coverage pep257 flake8 pytest isort
30
30
DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pep257 sloccount python-flake8
31
31
VERSION =1.0.$(shell date +% Y% m% d% H% M% S --date=`git log --first-parent \
32
32
--max-count=1 --format=format:% cI`)
@@ -68,7 +68,6 @@ clean: FORCE
68
68
# Linting and code style related targets
69
69
# # sorting imports using isort: https://github.com/timothycrosley/isort
70
70
sort_imports :
71
- pip install isort
72
71
isort ${MODULE} /* .py tests/* .py setup.py
73
72
74
73
# # pep8 : check Python code style
You can’t perform that action at this time.
0 commit comments