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.
2 parents 5cd681f + fa6957d commit cf87805Copy full SHA for cf87805
pyproject.toml
@@ -708,7 +708,7 @@ ignore = [
708
"TRY003", # Avoid specifying long messages outside the exception class
709
"TRY400", # Use `logging.exception` instead of `logging.error`
710
# Ignored due to performance: https://github.com/charliermarsh/ruff/issues/2923
711
- "UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
+ # "UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
712
"UP046", # Non PEP 695 generic class
713
"UP047", # Non PEP 696 generic function
714
"UP049", # Avoid private type parameter names
0 commit comments