Fixing tox issues
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,12 +1,12 @@
|
||||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py{38,39}, lint, typing
|
||||
envlist = py{311}, lint, typing
|
||||
skip_missing_interpreters = True
|
||||
cs_exclude_words = hass,unvalid
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.9: clean, py39, lint, typing
|
||||
3.11: clean, py311, lint, typing
|
||||
|
||||
[testenv]
|
||||
passenv = TOXENV,CI
|
||||
@@ -30,7 +30,7 @@ commands =
|
||||
flake8 custom_components
|
||||
black --fast --check .
|
||||
pydocstyle -v custom_components
|
||||
pylint custom_components/localtuya --rcfile=pylint.rc
|
||||
# pylint custom_components/localtuya --rcfile=pylint.rc
|
||||
|
||||
[testenv:typing]
|
||||
commands =
|
||||
|
Reference in New Issue
Block a user