checks updates and tox fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
black==21.4b0
|
||||
codespell==2.0.0
|
||||
flake8==3.9.2
|
||||
mypy==0.901
|
||||
mypy==0.910
|
||||
pydocstyle==6.1.1
|
||||
cryptography==3.2
|
||||
pylint==2.8.2
|
||||
pylint==2.11.1
|
||||
pylint-strict-informational==0.1
|
||||
homeassistant==2021.1.4
|
||||
homeassistant==2021.11.2
|
||||
|
4
tox.ini
4
tox.ini
@@ -1,13 +1,13 @@
|
||||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py{37,38}, lint, typing
|
||||
envlist = py{38,39}, 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
|
||||
|
Reference in New Issue
Block a user