Skip to content

Commit 09a5afe

Browse files
authored
move isort to DEVPKGs list
1 parent 15a42a2 commit 09a5afe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MODULE=cwltool
2626
# `SHELL=bash` doesn't work for some, so don't use BASH-isms like
2727
# `[[` conditional expressions.
2828
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
3030
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pep257 sloccount python-flake8
3131
VERSION=1.0.$(shell date +%Y%m%d%H%M%S --date=`git log --first-parent \
3232
--max-count=1 --format=format:%cI`)
@@ -68,7 +68,6 @@ clean: FORCE
6868
# Linting and code style related targets
6969
## sorting imports using isort: https://github.com/timothycrosley/isort
7070
sort_imports:
71-
pip install isort
7271
isort ${MODULE}/*.py tests/*.py setup.py
7372

7473
## pep8 : check Python code style

0 commit comments

Comments
 (0)