diff --git a/pyproject.toml b/pyproject.toml index 284b9a0..17866c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,3 +16,7 @@ python_version = "3.6" warn_return_any = true warn_unused_configs = true files = "pytest_bdd/**/*.py" + +[[tool.mypy.overrides]] +module = ["parse", "parse_type"] +ignore_missing_imports = true