From fede4a4f13479254efd53aabaea70cead9a5b9b0 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 22 Oct 2019 12:29:55 +0200 Subject: [PATCH] Display isort errors --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab712da..78fd079 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = check-manifest commands = # flake8 src/tablib tests/ - isort --check-only + isort --check-only --diff check-manifest -v python setup.py sdist twine check dist/*