From 0f90dc88d9480a3e601af080cb41c74f17d3b015 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Fri, 24 Apr 2026 17:25:51 -0400 Subject: [PATCH] Fix pulpcore plugin comparison The correct comparison is "pulpcore", not "core". --- templates/github/pyproject.toml.tool.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.