Skip to content
Snippets Groups Projects
Commit d4b7057a authored by Ville Skyttä's avatar Ville Skyttä Committed by Paulus Schoutsen
Browse files

Use posargs in tox lint env (#16646)

Allows linting specified files or dirs only.
parent 227a1b91
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ deps =
-r{toxinidir}/requirements_test.txt
commands =
python script/gen_requirements_all.py validate
flake8
pydocstyle homeassistant tests
flake8 {posargs}
pydocstyle {posargs:homeassistant tests}
[testenv:typing]
basepython = {env:PYTHON3_PATH:python3}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment