From 0130f540ffefac371910a05cf52f30ac3bf06b5b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 9 Dec 2022 21:23:59 +0100 Subject: work around tox bug regarding section flake8 See https://github.com/tox-dev/tox/issues/2636 - without the rename, tox fails to recognize the configuration for flake8, as there is a (non-testenv) section named the same. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c1dc16..9cd9587 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ test-pypy: lint: script: - - tox -e pylint,pylint-tests,flake8,black + - tox -e pylint,pylint-tests,flake,black mypy: script: -- cgit v1.2.3