@@ -137,19 +137,11 @@ lines-after-imports = 2
|
||||
[tool.mypy]
|
||||
mypy_path = ["src"]
|
||||
files = ["src", "testing"]
|
||||
# TODO: Enable this & fix errors.
|
||||
# check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
ignore_missing_imports = true
|
||||
no_implicit_optional = true
|
||||
show_error_codes = true
|
||||
strict_equality = true
|
||||
warn_redundant_casts = true
|
||||
warn_return_any = true
|
||||
strict = true
|
||||
warn_unreachable = true
|
||||
warn_unused_configs = true
|
||||
# TODO: Enable this & fix errors.
|
||||
# no_implicit_reexport = true
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["xdist._version"]
|
||||
ignore_missing_imports = true
|
||||
|
||||
|
||||
[tool.towncrier]
|
||||
|
||||
Reference in New Issue
Block a user