From 175148e77ca14cbb6d73d47580340543aa4bcbdd Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 21 Aug 2018 16:53:17 +0200 Subject: [PATCH] style: be more explicit about wrongly sorted imports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 437f683761..ede17f39a1 100644 --- a/Makefile +++ b/Makefile @@ -23,5 +23,5 @@ style: stylecheck: black --check $(STYLE_TARGETS) - isort --check-only --recursive $(STYLE_TARGETS) --skip-glob "*/$(EXCLUDE_TARGETS)/*" + isort --diff --check-only --recursive $(STYLE_TARGETS) --skip-glob "*/$(EXCLUDE_TARGETS)/*" flake8