79e8076685
* `Any` used for pickle methods, this could probably be improved with some kind of Callable * str used for self.base, though this may be a problem for different OSes. Some type of os.PathLike might be good. * Line 75, type ignored: mypy was complaining about no. of args, and kwargs there didn't seem to be needed. Separate issue to test, though.
93 lines
2.0 KiB
INI
93 lines
2.0 KiB
INI
[mypy]
|
|
python_version = 3.7
|
|
pretty = true
|
|
no_strict_optional = true
|
|
show_error_codes = true
|
|
disallow_untyped_decorators = True
|
|
warn_redundant_casts = True
|
|
warn_unused_configs = True
|
|
#check_untyped_defs = true
|
|
|
|
[mypy-aqt.mpv]
|
|
ignore_errors=true
|
|
|
|
[mypy-win32file]
|
|
ignore_missing_imports = True
|
|
[mypy-win32pipe]
|
|
ignore_missing_imports = True
|
|
[mypy-pywintypes]
|
|
ignore_missing_imports = True
|
|
[mypy-winerror]
|
|
ignore_missing_imports = True
|
|
[mypy-distro]
|
|
ignore_missing_imports = True
|
|
[mypy-pyaudio]
|
|
ignore_missing_imports = True
|
|
[mypy-win32api]
|
|
ignore_missing_imports = True
|
|
[mypy-xml.dom]
|
|
ignore_missing_imports = True
|
|
[mypy-psutil]
|
|
ignore_missing_imports = True
|
|
[mypy-bs4]
|
|
ignore_missing_imports = True
|
|
[mypy-pythoncom]
|
|
ignore_missing_imports = True
|
|
[mypy-win32com]
|
|
ignore_missing_imports = True
|
|
[mypy-send2trash]
|
|
ignore_missing_imports = True
|
|
[mypy-markdown]
|
|
ignore_missing_imports = True
|
|
[mypy-jsonschema.*]
|
|
ignore_missing_imports = True
|
|
[mypy-ankirspy]
|
|
ignore_missing_imports = True
|
|
[mypy-PyQt5.sip]
|
|
ignore_missing_imports = True
|
|
[mypy-win32com.client]
|
|
ignore_missing_imports = True
|
|
[mypy-darkdetect]
|
|
ignore_missing_imports = True
|
|
[mypy-socks]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-aqt.forms.*]
|
|
check_untyped_defs=false
|
|
[mypy-aqt.tagedit]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.fields]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.clayout]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.preferences]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.deckbrowser]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.deckchooser]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.dyndeckconf]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.models]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.errors]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.importing]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.deckconf]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.taglimit]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.update]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.browser]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.editor]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.exporting]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.modelchooser]
|
|
check_untyped_defs=true
|
|
[mypy-aqt.profiles]
|
|
check_untyped_defs=true
|