From 2957c5ccb841bc9b663b0313d9fcb31ff83a3f4b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Mar 2022 17:52:21 +0200 Subject: Switch to newer Python for linters We originally used Python 3.8 for pylint for https://github.com/PyCQA/pylint/issues/3760 which is long fixed... See 214dd63441063acffa7e888f3f5b42187007da11 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f52d7b158..8d6fa011e 100644 --- a/tox.ini +++ b/tox.ini @@ -78,7 +78,7 @@ commands = {[testenv:vulture]commands} [testenv:pylint] -basepython = {env:PYTHON:python3.8} +basepython = {env:PYTHON:python3} ignore_errors = true passenv = deps = -- cgit v1.2.3-54-g00ecf