mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-31 21:12:02 +08:00
Remove the useless excluded item in mypy.ini (#16777)
This commit is contained in:
parent
0c2a459c30
commit
37134c5987
@ -3,8 +3,7 @@ warn_return_any = True
|
|||||||
warn_unused_configs = True
|
warn_unused_configs = True
|
||||||
check_untyped_defs = True
|
check_untyped_defs = True
|
||||||
exclude = (?x)(
|
exclude = (?x)(
|
||||||
core/tools/provider/builtin/
|
core/model_runtime/model_providers/
|
||||||
| core/model_runtime/model_providers/
|
|
||||||
| tests/
|
| tests/
|
||||||
| migrations/
|
| migrations/
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user