Skip to content

Commit 1d851b1

Browse files
chrishavlincphyc
authored andcommitted
rm ruff ignore for deprecrated rule UP038
1 parent ce7a95e commit 1d851b1

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
@@ -309,7 +309,6 @@ ignore = [
309309
"E501", # line too long
310310
"E741", # Do not use variables named 'I', 'O', or 'l'
311311
"B018", # Found useless expression. # disabled because ds.index is idiomatic
312-
"UP038", # non-pep604-isinstance
313312
]
314313

315314
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)