mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add missing types to browser.py
This commit is contained in:
parent
25a1a2c89c
commit
66c8ee3e0a
2 changed files with 192 additions and 158 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,5 @@
|
||||||
[mypy]
|
[mypy]
|
||||||
python_version = 3.8
|
python_version = 3.8
|
||||||
pretty = true
|
|
||||||
no_strict_optional = true
|
no_strict_optional = true
|
||||||
show_error_codes = true
|
show_error_codes = true
|
||||||
disallow_untyped_decorators = True
|
disallow_untyped_decorators = True
|
||||||
|
@ -9,6 +8,8 @@ warn_unused_configs = True
|
||||||
check_untyped_defs = true
|
check_untyped_defs = true
|
||||||
strict_equality = true
|
strict_equality = true
|
||||||
|
|
||||||
|
[mypy-aqt.browser]
|
||||||
|
disallow_untyped_defs=true
|
||||||
[mypy-aqt.mpv]
|
[mypy-aqt.mpv]
|
||||||
ignore_errors=true
|
ignore_errors=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue