mypy: enable warn_return_any
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ python_version = "3.11"
|
||||
# disallow_any_generics = true
|
||||
# disallow_untyped_defs = true
|
||||
# warn_redundant_casts = true
|
||||
# warn_return_any = true
|
||||
warn_return_any = true
|
||||
warn_unused_configs = true
|
||||
# warn_unused_ignores = true
|
||||
# warn_unreachable = true
|
||||
|
||||
Reference in New Issue
Block a user