mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
14 lines
305 B
INI
14 lines
305 B
INI
|
[mypy]
|
||
|
strict_optional = False
|
||
|
ignore_missing_imports = True
|
||
|
install_types = True
|
||
|
non_interactive = True
|
||
|
show_error_codes = True
|
||
|
exclude = (?x)(
|
||
|
src/interface/desktop/main_window.py
|
||
|
| src/interface/desktop/file_browser.py
|
||
|
| src/interface/desktop/system_tray.py
|
||
|
| build/*
|
||
|
| tests/*
|
||
|
)
|