From 85f06fb2a6e9286860ea8f6a21cefce5108cb245 Mon Sep 17 00:00:00 2001 From: Aryan Iyappan <69184573+codebyaryan@users.noreply.github.com> Date: Sat, 21 Aug 2021 21:37:30 +0530 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ff9973f7..c4bf6ad0 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps = setenv = LC_CTYPE=en_US.UTF-8 commands = - pre-commit run --all-files + pre-commit run --all-files --show-diff-on-failure [testenv:mypy] basepython=python3.8