Skip to content

Commit bbcda36

Browse files
committed
remove obsolete ruff rule exclusion
1 parent 46d55a1 commit bbcda36

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
@@ -216,7 +216,6 @@ ignore = [
216216
"E501", # E501 Line too long - handled by black, see https://docs.astral.sh/ruff/faq/#is-ruff-compatible-with-black
217217
"T201", # TODO `print` found
218218
"T203", # TODO `pprint` found
219-
"UP038",# TODO Use `X | Y` in `isinstance` call instead of `(X, Y)`
220219
]
221220
select = ["B", "C", "E", "F", "I", "W", "T", "B9", "G", "UP"]
222221
extend-safe-fixes = [

0 commit comments

Comments
 (0)