From c8ee00c051d6db531cc894bcf0f6ab33331931c8 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 5 Apr 2026 01:03:22 +0000 Subject: [PATCH] Update cookiecutter --- pulp-glue/pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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.