From 5281b74ea7487eba80a90e2ddd4fc82e9899cfad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Wed, 15 Jun 2022 14:31:46 +0200 Subject: [PATCH] Don't change basepython for flake8 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index dbde404..da7812f 100644 --- a/tox.ini +++ b/tox.ini @@ -45,10 +45,10 @@ commands = coverage xml [testenv:flake8] -basepython = python3.9 +# basepython = python3.8 commands = flake8 dbtemplates deps = flake8 [flake8] exclude=.tox -ignore=E501,E127,E128,E124 +pignore=E501,E127,E128,E124