1 Star 0 Fork 0

YC18210427950 / fastapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mypy.ini 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
17734027950 提交于 2021-09-04 11:23 . 'fastapi'
[mypy]
# --strict
disallow_any_generics = True
disallow_subclassing_any = True
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
disallow_untyped_decorators = True
no_implicit_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
implicit_reexport = False
strict_equality = True
# --strict end
[mypy-fastapi.concurrency]
warn_unused_ignores = False
ignore_missing_imports = True
[mypy-fastapi.tests.*]
ignore_missing_imports = True
check_untyped_defs = True
Python
1
https://gitee.com/yc18210427950/fastapi.git
git@gitee.com:yc18210427950/fastapi.git
yc18210427950
fastapi
fastapi
master

搜索帮助