mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
Merge pull request #1265 from flyte/tox-execute-all-lint
Execute all lint tests even if flake8 reports errors.
This commit is contained in:
@@ -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
|
||||
python script/gen_requirements_all.py validate
|
||||
|
||||
Reference in New Issue
Block a user