Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8eafe5ea
Unverified
Commit
8eafe5ea
authored
Feb 12, 2025
by
Russell Bryant
Committed by
GitHub
Feb 13, 2025
Browse files
[CI/Build] Ignore ruff warning up007 (#13182)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
4c0d93f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pyproject.toml
pyproject.toml
+2
-1
No files found.
pyproject.toml
View file @
8eafe5ea
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment