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]
|
||||
python_version = 3.7
|
||||
python_version = 3.8
|
||||
pretty = true
|
||||
no_strict_optional = true
|
||||
show_error_codes = true
|
||||
|
|
|
@ -21,7 +21,7 @@ if __name__ == "__main__":
|
|||
"-m",
|
||||
"black",
|
||||
"-t",
|
||||
"py36",
|
||||
"py38",
|
||||
"--exclude=aqt/forms|colors",
|
||||
"aqt",
|
||||
"tests",
|
||||
|
|
Loading…
Reference in a new issue