diff --git a/tox.ini b/tox.ini index 86287cd1df4..1a1999264e1 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ deps = [testenv:lint] basepython = python3 +ignore_errors = True commands = flake8 pylint homeassistant @@ -26,4 +27,4 @@ commands = basepython = python3 deps = commands = - python script/gen_requirements_all.py validate \ No newline at end of file + python script/gen_requirements_all.py validate