mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
17 lines
433 B
INI
17 lines
433 B
INI
[mypy]
|
|
warn_unused_configs = True
|
|
ignore_missing_imports = True
|
|
check_untyped_defs = True
|
|
warn_unreachable = True
|
|
warn_redundant_casts = True
|
|
no_implicit_optional = True
|
|
strict_optional = True
|
|
disable_error_code = type-abstract
|
|
exclude = (^enterprise/migrations/.*)
|
|
|
|
[mypy-enterprise.tests.unit.test_auth_routes.*]
|
|
disable_error_code = union-attr
|
|
|
|
[mypy-enterprise.sync.install_gitlab_webhooks.*]
|
|
disable_error_code = redundant-cast
|