We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f7c04 commit b38dba5Copy full SHA for b38dba5
1 file changed
templates/github/pyproject.toml.tool.j2
@@ -74,10 +74,11 @@ extend-select = [
74
"TID",
75
"T10",
76
]
77
-{%- if plugin_name != "pulpcore" %}
78
79
[tool.ruff.lint.flake8-tidy-imports.banned-api]
80
# This section is managed by the plugin template. Do not edit manually.
+"distutils".msg = "The 'distutils' module has been deprecated since Python 3.9."
81
+{%- if plugin_name != "pulpcore" %}
82
"pulpcore.app".msg = "The 'pulpcore' apis must only be consumed via 'pulpcore.plugin'."
83
{%- endif %}
84
0 commit comments