From 779b524745b52626f9deca6b6515540b481ad510 Mon Sep 17 00:00:00 2001 From: John Reese Date: Thu, 24 Jan 2019 20:28:27 -0800 Subject: [PATCH] Change lint orderings --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 4ed87ac..0c51d5d 100644 --- a/makefile +++ b/makefile @@ -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