mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Pass tox posargs to pylint (#15226)
This commit is contained in:
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}
|
||||||
|
Reference in New Issue
Block a user