Skip to content

Commit ebfe146

Browse files
committed
Add UP007 back in
1 parent ac63619 commit ebfe146

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
@@ -94,7 +94,7 @@ ignore = [
9494
"D415", # First line should end with a period, question mark, or exclamation point
9595
"D417", # Missing argument descriptions in the docstring
9696
"T201", # `print` found
97-
"UP007", # Use `X | Y` for type annotations
97+
# "UP007", # Use `X | Y` for type annotations
9898
"E501", # Line too long
9999
"B008", # Do not perform function call `typer.Option` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
100100
"C901", # `run_metrics_full_distance_matrix_batched_parallel` is too complex (12 > 10)

0 commit comments

Comments
 (0)