mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Pass tox posargs to pylint (#15226)
This commit is contained in:
parent
d3df96a8de
commit
4d93a9fd38
2
tox.ini
2
tox.ini
@ -25,7 +25,7 @@ deps =
|
|||||||
-r{toxinidir}/requirements_test.txt
|
-r{toxinidir}/requirements_test.txt
|
||||||
-c{toxinidir}/homeassistant/package_constraints.txt
|
-c{toxinidir}/homeassistant/package_constraints.txt
|
||||||
commands =
|
commands =
|
||||||
pylint homeassistant
|
pylint {posargs} homeassistant
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython = {env:PYTHON3_PATH:python3}
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user