From faca0a0af6f325800eb2f9ba35b659fb00e9c2f7 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Wed, 16 Aug 2023 22:10:52 +0200 Subject: [PATCH] Repaired a mypy option --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]