First tox fixes

This commit is contained in:
rospogrigio
2022-05-23 15:31:08 +02:00
parent f85e579a68
commit 6c6b955048
6 changed files with 7 additions and 4 deletions

View File

@@ -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