add `make lint-roll` to locally auto de-lint

This commit is contained in:
Jason Carver 2018-01-26 19:01:36 -08:00
parent 2938497f02
commit 76bfefa66c
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ clean-pyc:
lint:
tox -elint
lint-roll: lint
isort --recursive <MODULE_NAME> tests
test:
py.test tests