mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* create the pyproject file * Fix the pyproject.toml file * Update Makefile * adapt makefile * fix some execution issues * Untrack lock files and wait for the backend to get start before frontend * Remove LangChain dependencies * Add github action for pytest * add missing dependency * rebase and fix the versions adding lock file * add torch and pymupdfb deps * some conflicts fixes * Add dependencies evaluation group * add poetry.lock * Fix unexpected operator --------- Co-authored-by: Robert Brennan <contact@rbren.io>
12 lines
270 B
INI
12 lines
270 B
INI
[mypy]
|
|
warn_unused_configs = True
|
|
ignore_missing_imports = True
|
|
check_untyped_defs = True
|
|
explicit_package_bases = True
|
|
warn_unreachable = True
|
|
warn_redundant_casts = True
|
|
no_implicit_optional = True
|
|
strict_optional = True
|
|
|
|
exclude = agenthub/monologue_agent/regression
|