remove unused ruff check rule

This commit is contained in:
David Lord 2026-01-24 19:52:11 -08:00
parent 9b74a90dd3
commit 0292047b22
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -160,9 +160,6 @@ select = [
"UP", # pyupgrade "UP", # pyupgrade
"W", # pycodestyle warning "W", # pycodestyle warning
] ]
ignore = [
"UP038", # keep isinstance tuple
]
[tool.ruff.lint.isort] [tool.ruff.lint.isort]
force-single-line = true force-single-line = true