Skip to content

Commit fa3ed5c

Browse files
committed
Workaround UP007
1 parent c08cc96 commit fa3ed5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ignore = [
3333
"TD002", # Missing author in TODO
3434
"TD003", # Missing issue link on the line following this TODO
3535
"TRY003", # Avoid specifying long messages outside the exception class
36+
"UP007", # Use `X | Y` for type annotations
3637
]
3738

3839
logger-objects = ["griffe.logger"]

0 commit comments

Comments
 (0)