From f329b61c39e51826af98e9ea53ab995513cf27c0 Mon Sep 17 00:00:00 2001 From: Sergey Astanin Date: Fri, 19 Feb 2021 10:10:57 +0100 Subject: [PATCH] re-enable pre_commit in "tox -e lint", fix InvocationError --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 97d6633..1a1a3f8 100644 --- a/tox.ini +++ b/tox.ini @@ -19,10 +19,10 @@ passenv = REQUESTS_CA_BUNDLE SSL_CERT_FILE -#[testenv:lint] -#commands = python -m pre_commit run -a -#deps = -# pre-commit +[testenv:lint] +commands = python3 -m pre_commit run -a +deps = + pre-commit [testenv:py27-extra] basepython = python2.7