update qt/ to 3.8 as well

This commit is contained in:
Damien Elmes 2020-11-11 21:37:36 +10:00
parent 0fcccae6e8
commit 5536ffb343
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[mypy] [mypy]
python_version = 3.7 python_version = 3.8
pretty = true pretty = true
no_strict_optional = true no_strict_optional = true
show_error_codes = true show_error_codes = true

View file

@ -21,7 +21,7 @@ if __name__ == "__main__":
"-m", "-m",
"black", "black",
"-t", "-t",
"py36", "py38",
"--exclude=aqt/forms|colors", "--exclude=aqt/forms|colors",
"aqt", "aqt",
"tests", "tests",