2021-06-21 20:39:08 +02:00
|
|
|
[mypy]
|
2024-01-17 13:13:14 +01:00
|
|
|
strict = True
|
|
|
|
warn_return_any = False
|
2021-06-21 20:39:08 +02:00
|
|
|
show_error_context = True
|
|
|
|
pretty = True
|
2024-01-17 13:13:14 +01:00
|
|
|
exclude = feed-generator|examples
|
|
|
|
|
|
|
|
# Stuff to remove gradually
|
|
|
|
disallow_untyped_defs = False
|
|
|
|
disallow_untyped_calls = False
|
|
|
|
check_untyped_defs = False
|
|
|
|
disable_error_code = attr-defined,type-arg,no-untyped-def
|
|
|
|
|
|
|
|
|
|
|
|
[mypy-docs.source.*]
|
|
|
|
ignore_errors = True
|