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