From 9e14e78d078c18cd2d8ed63e757ed0db29bf9b17 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 17:57:09 -0300 Subject: [PATCH] Add show-diff-on-failures to linting call --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4532176..2f2b19c 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands= changedir= deps = pre-commit -commands = pre-commit run --all +commands = pre-commit run --all-files --show-diff-on-failure [testenv:release] changedir=