Skip to content

Commit c618ef3

Browse files
committed
chore(ruff.toml): remove obsolete UP038 check
1 parent 023dd32 commit c618ef3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ ignore = [
8282
"PLR5501",
8383

8484
"UP035", # [*] Import from `collections.abc` instead: `Iterator`
85-
"UP038", # [*] Use `X | Y` in `isinstance` call instead of `(X, Y)` (conflict with Pylint)
8685
]
8786

8887
# Avoid trying to fix flake8-bugbear (`B`) violations.

0 commit comments

Comments
 (0)