mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00: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:
commit
75f2b4bc0e
3
tox.ini
3
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
|
||||
python script/gen_requirements_all.py validate
|
||||
|
Loading…
x
Reference in New Issue
Block a user