From 45110ffb9baf1e3011599c9d572a3df597834db3 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 31 Jul 2024 21:49:42 -0700 Subject: [PATCH] fix mypy configuration header (#629) did this work? --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0d9b3f..87fb21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ target-version="py311" "pytest.main".msg = "pytest.main requires special handling that is easy to mess up!" "unittest".msg = "Use pytest" -[mypy.tool] +[tool.mypy] # third-party packages ignore_missing_imports=true