代码拉取完成,页面将自动刷新
[mypy]
# Globals
python_version = 3.7
# Strict typing options
mypy_path = ./stubs
# Avoid configuration issues
warn_unused_configs = True
# Import Discovery
ignore_missing_imports = True
follow_imports = normal
# Dynamic typing
disallow_subclassing_any = True
disallow_any_generics = False
disallow_any_unimported = False
disallow_any_expr = False
disallow_any_decorated = False
disallow_any_explicit = False
# Untyped definitions and calls
disallow_untyped_calls = False
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = True
disallow_untyped_decorators = False
# Implicit optional
no_implicit_optional = True
# Other warns
warn_redundant_casts = True
warn_unused_ignores = False
warn_return_any = True
# Ignore missing imports for third party libraries without type stubs
# Must have one entry per package
# Should reduce the size of this section as time goes on
# colorama
[mypy-colorama]
ignore_missing_imports = True
# tqdm
[mypy-tqdm.*]
ignore_missing_imports = True
# packaging
[mypy-packaging.*]
ignore_missing_imports = True
[mypy-semgrep.rule_match]
disallow_any_decorated = False
warn_return_any = False
[mypy-semgrep.pattern_match]
disallow_any_decorated = False
warn_return_any = False
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。