From 61cd5e5659474223446963642b6e0c8b6b799b66 Mon Sep 17 00:00:00 2001 From: Dominik Muhs Date: Thu, 24 Oct 2019 09:16:49 +0200 Subject: [PATCH] Show diff on incorrectly sorted imports --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a6b652..a22cb89 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ extras = dev commands = mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini black --check libp2p tests tests_interop examples setup.py - isort --recursive --check-only libp2p tests tests_interop examples setup.py + isort --recursive --check-only --diff libp2p tests tests_interop examples setup.py flake8 libp2p tests tests_interop examples setup.py [testenv:py37-interop]