mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00

This allows us to add a docstring to .append() so users can see the names of the arguments that are being passed, and means we don't have to remember to prepend run_ when calling a hook.
30 lines
640 B
INI
30 lines
640 B
INI
[mypy]
|
|
python_version = 3.7
|
|
pretty = true
|
|
no_strict_optional = true
|
|
show_error_codes = 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-ankirspy]
|
|
ignore_missing_imports = True
|
|
[mypy-stringcase]
|
|
ignore_missing_imports = True
|