Change lint orderings

This commit is contained in:
John Reese 2019-01-24 20:28:27 -08:00
parent 49d84aaa40
commit 779b524745
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ black:
black aioitertools setup.py
lint:
black --check aioitertools setup.py
pylint --rcfile .pylint aioitertools setup.py
-mypy --ignore-missing-imports --python-version 3.6 .
pylint --rcfile .pylint aioitertools setup.py
black --check aioitertools setup.py
test:
python3 -m unittest -v aioitertools.tests