basic python 3.9 support

This commit is contained in:
Devaev Maxim
2020-12-02 14:37:48 +03:00
parent 9dbf7f1d0b
commit 2b064a3bee
9 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[mypy]
python_version = 3.8
python_version = 3.9
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true

View File

@@ -34,6 +34,8 @@ disable =
len-as-condition,
raise-missing-from,
consider-using-in,
unsubscriptable-object,
# https://github.com/PyCQA/pylint/issues/3882
[CLASSES]
exclude-protected =

View File

@@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint
skipsdist = true
[testenv]
basepython = python3.8
basepython = python3.9
sitepackages = true
changedir = /src