Unverified Commit 8eafe5ea authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

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


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 4c0d93f4
...@@ -59,7 +59,8 @@ ignore = [ ...@@ -59,7 +59,8 @@ ignore = [
"UP032", "UP032",
# Python 3.8 typing # Python 3.8 typing
"UP006", "UP035", "UP006", "UP035",
# Can remove once 3.10+ is the minimum Python version
"UP007",
] ]
[tool.mypy] [tool.mypy]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment