diff --git a/templates/github/pyproject.toml.tool.j2 b/templates/github/pyproject.toml.tool.j2 index 97b8bcab..eb4fdb2f 100644 --- a/templates/github/pyproject.toml.tool.j2 +++ b/templates/github/pyproject.toml.tool.j2 @@ -74,7 +74,7 @@ extend-select = [ "TID", "T10", ] -{%- if plugin_name != "core" %} +{%- if plugin_name != "pulpcore" %} [tool.ruff.lint.flake8-tidy-imports.banned-api] # This section is managed by the plugin template. Do not edit manually.