Skip to content

Commit d7cf369

Browse files
authored
don't ignore UP038 in ruff (#14862)
it was removed, this has no effect
1 parent 560f6dd commit d7cf369

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ ignore = [
175175
"TD003", # Missing issue link for this TODO
176176
# Mostly from scripts and tests, it's ok to have messages passed directly to exceptions
177177
"TRY003", # Avoid specifying long messages outside the exception class
178-
# Slower and more verbose https://github.com/astral-sh/ruff/issues/7871
179-
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
180178
"PLC0205", # Sometimes __slots__ really is a string at runtime
181179
###
182180
# False-positives, but already checked by type-checkers

0 commit comments

Comments
 (0)