We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560f6dd commit d7cf369Copy full SHA for d7cf369
pyproject.toml
@@ -175,8 +175,6 @@ ignore = [
175
"TD003", # Missing issue link for this TODO
176
# Mostly from scripts and tests, it's ok to have messages passed directly to exceptions
177
"TRY003", # Avoid specifying long messages outside the exception class
178
- # Slower and more verbose https://github.com/astral-sh/ruff/issues/7871
179
- "UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
180
"PLC0205", # Sometimes __slots__ really is a string at runtime
181
###
182
# False-positives, but already checked by type-checkers
0 commit comments