Skip to content

Commit 2f141ef

Browse files
russellbshreyankg
authored andcommitted
[CI/Build] Ignore ruff warning up007 (vllm-project#13182)
Signed-off-by: Russell Bryant <[email protected]>
1 parent e2983b0 commit 2f141ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ ignore = [
5959
"UP032",
6060
# Python 3.8 typing
6161
"UP006", "UP035",
62-
62+
# Can remove once 3.10+ is the minimum Python version
63+
"UP007",
6364
]
6465

6566
[tool.mypy]

0 commit comments

Comments
 (0)