25f122bf5c
- field changes are now applied when user closes dialog with save button, in bulk - models diag now fetches note type and saves it as required, instead of holding on top a copy that can grow stale as changes are made in subdialogs - both dialogs now perform operations in the backend - note.model() now fetches the note type on the fly, instead of holding on to a copy that may become stale
61 lines
1.3 KiB
INI
61 lines
1.3 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
|