From d9ca808efa3bf8f2e437a0d8239f49ee2eeb11cf Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 23 Sep 2023 12:44:27 +0200 Subject: [PATCH] Mypy does not validate if type: ignore comments are needed. (#137) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]