Skip to content

Commit 37b1b7d

Browse files
committed
Remove deleted ruff rule from the ignore list
1 parent 7bd62f6 commit 37b1b7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ ignore = [
243243
"TC006", # Add quotes to type expression in typing.cast() (not needed except for forward references)
244244
"TRY003", # Avoid specifying long messages outside the exception class (force custom exceptions for everything)
245245
"UP017", # Use datetime.UTC alias (requires Python 3.11+)
246-
"UP038", # Use X | Y in {} call instead of (X, Y) - deprecated due to poor performance (requires Python 3.10+)
247246
"W191", # Conflicts with ruff format
248247
]
249248

0 commit comments

Comments
 (0)