diff --git a/pyproject.toml b/pyproject.toml index 0208c6ec..325b0114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,6 +126,7 @@ reportUnusedImport = "none" reportUnusedVariable = "none" reportImportCycles = "none" reportImplicitOverride = "error" +deprecateTypingAliases = true [tool.pytest.ini_options] minversion = "6.0"