From 2c66e496f7e0f3b85f244b04223aa7d87ba96ad9 Mon Sep 17 00:00:00 2001 From: Aryan Iyappan <69184573+codebyaryan@users.noreply.github.com> Date: Sun, 22 Aug 2021 08:48:38 +0530 Subject: [PATCH] Update tox.ini --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 693f5e69..c4bf6ad0 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,6 @@ deps = setenv = LC_CTYPE=en_US.UTF-8 commands = - pre-commit install pre-commit run --all-files --show-diff-on-failure [testenv:mypy]