diff options
author | Maxim Devaev <[email protected]> | 2024-05-13 17:52:47 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-05-13 17:52:47 +0300 |
commit | f24ad95ced3046399b903258a811e58ba2163227 (patch) | |
tree | 8300e95999102fbaa6a837ea72a439f858396966 | |
parent | 9158abfab4ca2a96d1bf9a80e09f9c696c0dc7d8 (diff) |
temporary disabled eslint
-rw-r--r-- | testenv/tox.ini | 3 |
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] |