Skip to content

Commit 6111972

Browse files
committed
Add a ruff ignore rule for something requiring Python >= 3.10
1 parent 25ecd04 commit 6111972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ select = [
222222
]
223223
ignore = [
224224
# `uv run ruff rule E501` for a description of that rule
225+
"UP007", # Use X | Y for type annotations (requires Python 3.10 or newer)
225226
]
226227

227228
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)