diff --git a/pyproject.toml b/pyproject.toml index a6d8713..3c01d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ non_interactive = true plugins = ["sqlalchemy.ext.mypy.plugin"] python_version = "3.11" warn_redundant_casts = true -warn_unused_ignores = true +warn_unused_ignores = false [tool.poetry] authors = ["AKI Projektgruppe 23"]