2024-12-24 18:38:51 +08:00
|
|
|
[mypy]
|
|
|
|
|
warn_return_any = True
|
|
|
|
|
warn_unused_configs = True
|
|
|
|
|
check_untyped_defs = True
|
2025-06-11 01:01:33 +08:00
|
|
|
cache_fine_grained = True
|
|
|
|
|
sqlite_cache = True
|
2024-12-24 18:38:51 +08:00
|
|
|
exclude = (?x)(
|
2025-08-16 19:29:19 +08:00
|
|
|
tests/
|
2024-12-24 18:38:51 +08:00
|
|
|
| migrations/
|
2025-03-26 09:02:45 +08:00
|
|
|
)
|
2025-05-06 11:58:49 +08:00
|
|
|
|
|
|
|
|
[mypy-flask_login]
|
|
|
|
|
ignore_missing_imports=True
|
|
|
|
|
|
2025-08-24 14:45:47 +09:00
|
|
|
[mypy-flask_restx]
|
2025-05-06 11:58:49 +08:00
|
|
|
ignore_missing_imports=True
|
|
|
|
|
|
2025-08-25 09:28:42 +08:00
|
|
|
[mypy-flask_restx.api]
|
|
|
|
|
ignore_missing_imports=True
|
|
|
|
|
|
2025-08-24 14:45:47 +09:00
|
|
|
[mypy-flask_restx.inputs]
|
2025-05-06 11:58:49 +08:00
|
|
|
ignore_missing_imports=True
|
2025-08-26 18:16:05 +08:00
|
|
|
|
|
|
|
|
[mypy-google.cloud.storage]
|
|
|
|
|
ignore_missing_imports=True
|