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 c08cc96 commit fa3ed5cCopy full SHA for fa3ed5c
config/ruff.toml
@@ -33,6 +33,7 @@ ignore = [
33
"TD002", # Missing author in TODO
34
"TD003", # Missing issue link on the line following this TODO
35
"TRY003", # Avoid specifying long messages outside the exception class
36
+ "UP007", # Use `X | Y` for type annotations
37
]
38
39
logger-objects = ["griffe.logger"]
0 commit comments