[CI/Build] Ignore ruff warning up007 (#13182)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2025-02-12 22:48:31 -05:00 committed by GitHub
parent 4c0d93f4b2
commit 8eafe5eaea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,8 @@ ignore = [
"UP032",
# Python 3.8 typing
"UP006", "UP035",
# Can remove once 3.10+ is the minimum Python version
"UP007",
]
[tool.mypy]