summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-05-13 17:52:47 +0300
committerMaxim Devaev <[email protected]>2024-05-13 17:52:47 +0300
commitf24ad95ced3046399b903258a811e58ba2163227 (patch)
tree8300e95999102fbaa6a837ea72a439f858396966
parent9158abfab4ca2a96d1bf9a80e09f9c696c0dc7d8 (diff)
temporary disabled eslint
-rw-r--r--testenv/tox.ini3
1 files changed, 2 insertions, 1 deletions
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]