From f24ad95ced3046399b903258a811e58ba2163227 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 13 May 2024 17:52:47 +0300 Subject: temporary disabled eslint --- testenv/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testenv/tox.ini b/testenv/tox.ini index 2f8c08d0..0d1ed571 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck +envlist = flake8, pylint, mypy, vulture, pytest, htmlhint, shellcheck +#envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck skipsdist = true [testenv] -- cgit v1.2.3