diff --git a/pyproject.toml b/pyproject.toml index 2033e76..e47549d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,10 @@ target-version = "py310" select = ["E4", "E7", "E9", "F", "B", "UP"] ignore = ["E402", "E501", "B905"] +[tool.mypy] +ignore_missing_imports = true +check_untyped_defs = true + [build-system] requires = ["poetry-core"] build-backend = "poetry-core.backend"