update dev checker tools

This commit is contained in:
Tim
2021-11-11 22:02:36 +10:30
parent 0c59ddc7e0
commit e979a4b5cd
3 changed files with 8 additions and 8 deletions

View File

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