mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
ac11418c0e
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
26 lines
438 B
INI
26 lines
438 B
INI
[mypy]
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
check_untyped_defs = True
|
|
cache_fine_grained = True
|
|
sqlite_cache = True
|
|
exclude = (?x)(
|
|
tests/
|
|
| migrations/
|
|
)
|
|
|
|
[mypy-flask_login]
|
|
ignore_missing_imports=True
|
|
|
|
[mypy-flask_restx]
|
|
ignore_missing_imports=True
|
|
|
|
[mypy-flask_restx.api]
|
|
ignore_missing_imports=True
|
|
|
|
[mypy-flask_restx.inputs]
|
|
ignore_missing_imports=True
|
|
|
|
[mypy-google.cloud.storage]
|
|
ignore_missing_imports=True
|