diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8e9920e..62e0bfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ disallow_incomplete_defs = true disallow_subclassing_any = true disallow_untyped_decorators = true disallow_untyped_defs = true +warn_redundant_casts = true warn_unused_configs = true warn_unused_ignores = true @@ -21,7 +22,6 @@ warn_unused_ignores = true # no_implicit_optional = true # no_implicit_reexport = true # strict_equality = true -# warn_redundant_casts = true # warn_return_any = true [[tool.mypy.overrides]] # Overrides for currently untyped modules |