Skip to content

Commit f0e5240

Browse files
committed
Adjust ruff
1 parent 27a99b6 commit f0e5240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ ignore = [
709709
"TRY003", # Avoid specifying long messages outside the exception class
710710
"TRY400", # Use `logging.exception` instead of `logging.error`
711711
# Ignored due to performance: https://github.com/charliermarsh/ruff/issues/2923
712-
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
712+
# "UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
713713
"UP046", # Non PEP 695 generic class
714714
"UP047", # Non PEP 696 generic function
715715
"UP049", # Avoid private type parameter names

0 commit comments

Comments
 (0)