From 1012c03b3394a9e02d562939a2699b340985523a Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 24 Jul 2022 13:52:14 -0400 Subject: [PATCH] fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b7af26..faf0f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ filterwarnings = [ "ignore:distutils Version classes are deprecated:", ] -[too.mypy] +[tool.mypy] ignore_missing_imports = true disallow_untyped_defs = true check_untyped_defs = true