mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-07 18:35:40 +08:00
[CI/Build] Ignore ruff warning up007 (#13182)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
4c0d93f4b2
commit
8eafe5eaea
@ -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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user