mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-25 01:04:00 +08:00
15 lines
403 B
TOML
15 lines
403 B
TOML
[tool.zuban]
|
|
strict = true
|
|
enable_error_code = ["ignore-without-code"]
|
|
|
|
# Revert some --strict specific flags:
|
|
allow_untyped_calls = true
|
|
allow_untyped_defs = true
|
|
allow_incomplete_defs = true
|
|
allow_untyped_globals = true
|
|
untyped_strict_optional = false
|
|
implicit_reexport = true
|
|
|
|
# Exclude our copies of external stubs
|
|
exclude = "^jedi/third_party|^test/(completion|refactor|static_analysis|examples)/"
|