From c999f59ddd854bd22b7e4bdb20e7ee945b31eb74 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 3 Dec 2020 07:06:43 +0300 Subject: [PATCH] python bump --- linters/mypy.ini | 2 +- linters/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linters/mypy.ini b/linters/mypy.ini index a48e58e..00dd688 100644 --- a/linters/mypy.ini +++ b/linters/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.8 +python_version = 3.9 ignore_missing_imports = true disallow_untyped_defs = true strict_optional = true diff --git a/linters/tox.ini b/linters/tox.ini index c08492f..6241b71 100644 --- a/linters/tox.ini +++ b/linters/tox.ini @@ -3,7 +3,7 @@ envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint skipsdist = true [testenv] -basepython = python3.8 +basepython = python3.9 changedir = /src [testenv:cppcheck]