Update mypy and black format check to python version 3.8

This commit is contained in:
cecini 2020-11-11 09:24:28 +00:00
parent f8f2839b55
commit 62da8e6a40
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@ if __name__ == "__main__":
"-m",
"black",
"-t",
"py36",
"py38",
"anki",
"tests",
"tools",