Skip to content

Commit

Permalink
don't run isort in lint / tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Mar 6, 2019
1 parent 57c7caa commit 302f242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ install-test:
test: clean install-test lint
python setup.py test

lint:
polish:
isort -rc --atomic .

lint:
pycodestyle setup.py $(PROJECT)/ tests/

clean:
Expand Down

0 comments on commit 302f242

Please sign in to comment.