diff --git a/pyproject.toml b/pyproject.toml index 06c59ca..b88d39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ follow_imports = "silent" ignore_missing_imports = true plugins = ["sqlalchemy.ext.mypy.plugin"] python_version = "3.11" -warn_redudant_casts = true +warn_redundant_casts = true warn_unused_ignores = true [tool.black]