3
0

mypy: enable warn_return_any

This commit is contained in:
2023-11-15 12:21:51 +01:00
parent fdd38d7498
commit 39191514cc
3 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -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