2019-12-15 23:17:28 +01:00
|
|
|
[mypy]
|
2020-01-07 09:34:36 +01:00
|
|
|
python_version = 3.7
|
2019-12-19 12:11:35 +01:00
|
|
|
pretty = true
|
2019-12-20 06:07:40 +01:00
|
|
|
no_strict_optional = true
|
|
|
|
show_error_codes = true
|
2020-02-27 04:27:58 +01:00
|
|
|
disallow_untyped_decorators = True
|
|
|
|
warn_redundant_casts = True
|
|
|
|
warn_unused_configs = True
|
2020-05-04 05:23:08 +02:00
|
|
|
#check_untyped_defs = true
|
2019-12-15 23:17:28 +01:00
|
|
|
|
2020-05-04 05:23:08 +02:00
|
|
|
[mypy-aqt.mpv]
|
|
|
|
ignore_errors=true
|
2020-05-04 13:52:48 +02:00
|
|
|
|
2019-12-15 23:17:28 +01:00
|
|
|
[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
|
2019-12-15 23:51:38 +01:00
|
|
|
[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
|
2020-01-02 10:43:19 +01:00
|
|
|
[mypy-ankirspy]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-PyQt5.sip]
|
2019-12-22 10:28:36 +01:00
|
|
|
ignore_missing_imports = True
|
2020-01-21 11:42:06 +01:00
|
|
|
[mypy-win32com.client]
|
|
|
|
ignore_missing_imports = True
|
2020-01-31 04:45:25 +01:00
|
|
|
[mypy-darkdetect]
|
|
|
|
ignore_missing_imports = True
|
2020-05-08 09:29:09 +02:00
|
|
|
[mypy-socks]
|
|
|
|
ignore_missing_imports = True
|
2020-05-04 13:52:48 +02:00
|
|
|
|
|
|
|
[mypy-aqt.forms.*]
|
|
|
|
check_untyped_defs=false
|
|
|
|
[mypy-aqt.tagedit]
|
|
|
|
check_untyped_defs=true
|
|
|
|
[mypy-aqt.fields]
|
|
|
|
check_untyped_defs=true
|
2020-05-05 03:10:24 +02:00
|
|
|
[mypy-aqt.clayout]
|
|
|
|
check_untyped_defs=true
|
2020-05-11 10:35:15 +02:00
|
|
|
[mypy-aqt.preferences]
|
|
|
|
check_untyped_defs=true
|
2020-05-16 02:52:14 +02:00
|
|
|
[mypy-aqt.deckbrowser]
|
|
|
|
check_untyped_defs=true
|
2020-06-11 07:19:36 +02:00
|
|
|
[mypy-aqt.deckchooser]
|
|
|
|
check_untyped_defs=true
|