Merge pull request #817 from cecini/formatcheck

Update mypy and black format check to python version 3.8
This commit is contained in:
Damien Elmes 2020-11-11 21:36:32 +10:00 committed by GitHub
commit 0fcccae6e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = false pretty = false
no_strict_optional = true no_strict_optional = true
show_error_codes = true show_error_codes = true

View file

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