diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index 6e7cae15..bafb2fea 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -54,7 +54,6 @@ files = "src/**/*.py, tests/**/*.py" mypy_path = ["src"] namespace_packages = true explicit_package_bases = true -plugins = ["pydantic.mypy"] [[tool.mypy.overrides]] # This section is managed by the cookiecutter templates.