summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-05-13 17:52:47 +0300
committerMaxim Devaev <[email protected]>2024-07-19 15:25:14 +0300
commitce0d1551d6e54dd10152bd7ec0eab7a2380bfbce (patch)
treeab61e3739efa24341aa055f9744552c3d9bd614c
parent89eb04c14106f6826d85a1e6aa37cb17f5d515ee (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]