mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update qt/ to 3.8 as well
This commit is contained in:
parent
0fcccae6e8
commit
5536ffb343
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue