From 5536ffb343e9bd5303efacaec54f5825bd19cc00 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 11 Nov 2020 21:37:36 +1000 Subject: [PATCH] update qt/ to 3.8 as well --- qt/mypy.ini | 2 +- qt/tests/run_format.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/mypy.ini b/qt/mypy.ini index db4e0ae9a..8ef64a953 100644 --- a/qt/mypy.ini +++ b/qt/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.7 +python_version = 3.8 pretty = true no_strict_optional = true show_error_codes = true diff --git a/qt/tests/run_format.py b/qt/tests/run_format.py index 78ac7dbf3..28b180209 100644 --- a/qt/tests/run_format.py +++ b/qt/tests/run_format.py @@ -21,7 +21,7 @@ if __name__ == "__main__": "-m", "black", "-t", - "py36", + "py38", "--exclude=aqt/forms|colors", "aqt", "tests",