mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Update mypy and black format check to python version 3.8
This commit is contained in:
parent
f8f2839b55
commit
62da8e6a40
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -22,7 +22,7 @@ if __name__ == "__main__":
|
||||||
"-m",
|
"-m",
|
||||||
"black",
|
"black",
|
||||||
"-t",
|
"-t",
|
||||||
"py36",
|
"py38",
|
||||||
"anki",
|
"anki",
|
||||||
"tests",
|
"tests",
|
||||||
"tools",
|
"tools",
|
||||||
|
|
Loading…
Reference in a new issue