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