First tox fixes
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -27,7 +27,7 @@ ignore_errors = True
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
commands =
|
||||
codespell -q 4 -L {[tox]cs_exclude_words} --skip="*.pyc,*.pyi,*~" custom_components
|
||||
codespell -q 4 -L {[tox]cs_exclude_words} --skip="*.pyc,*.pyi,*~,*.json" custom_components
|
||||
flake8 custom_components
|
||||
black --fast --check .
|
||||
pydocstyle -v custom_components
|
||||
|
Reference in New Issue
Block a user