diff --git a/Makefile b/Makefile index 0c553b7..248ab58 100644 --- a/Makefile +++ b/Makefile @@ -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: