add missing types to browser.py

This commit is contained in:
Damien Elmes 2021-02-01 09:39:55 +10:00
parent 25a1a2c89c
commit 66c8ee3e0a
2 changed files with 192 additions and 158 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,5 @@
[mypy]
python_version = 3.8
pretty = true
no_strict_optional = true
show_error_codes = true
disallow_untyped_decorators = True
@ -9,6 +8,8 @@ warn_unused_configs = True
check_untyped_defs = true
strict_equality = true
[mypy-aqt.browser]
disallow_untyped_defs=true
[mypy-aqt.mpv]
ignore_errors=true