This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Remove the useless excluded item in mypy.ini (
#16777
)
tags/1.2.0
Yongtao Huang
7 months ago
parent
0c2a459c30
commit
37134c5987
No account linked to committer's email address
1 changed files
with
2 additions
and
3 deletions
Split View
Show Diff Stats
2
3
api/mypy.ini
+ 2
- 3
api/mypy.ini
View File
@@ -3,8 +3,7 @@ warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
exclude = (?x)(
core/tools/provider/builtin/
| core/model_runtime/model_providers/
core/model_runtime/model_providers/
| tests/
| migrations/
)
)
Write
Preview
Loading…
Cancel
Save