remove dev tool changes fro branch
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,13 +1,13 @@
|
||||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py{38,39}, lint, typing
|
||||
envlist = py{37,38}, lint, typing
|
||||
skip_missing_interpreters = True
|
||||
cs_exclude_words = hass,unvalid
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.7: clean, py37, lint, typing
|
||||
3.8: clean, py38, lint, typing
|
||||
3.9: clean, py38, lint, typing
|
||||
|
||||
[testenv]
|
||||
passenv = TOXENV CI
|
||||
@@ -35,4 +35,4 @@ commands =
|
||||
|
||||
[testenv:typing]
|
||||
commands =
|
||||
mypy --ignore-missing-imports --follow-imports=skip custom_components
|
||||
mypy --ignore-missing-imports --follow-imports=skip custom_components
|
Reference in New Issue
Block a user