Skip to content

Commit 3867781

Browse files
committed
Fix Ruff UP038 warning
Running "ruff format" gives the warning: warning: The following rules have been removed and ignoring them has no effect: - UP038 so remove the ignore.
1 parent b91bb95 commit 3867781

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ select = [
132132
"UP", # pyupgrade
133133
"W", # pycodestyle warning
134134
]
135-
ignore = [
136-
"UP038", # keep isinstance tuple
137-
]
138135

139136
[tool.ruff.lint.isort]
140137
force-single-line = true

0 commit comments

Comments
 (0)