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 7bd62f6 commit 37b1b7dCopy full SHA for 37b1b7d
pyproject.toml
@@ -243,7 +243,6 @@ ignore = [
243
"TC006", # Add quotes to type expression in typing.cast() (not needed except for forward references)
244
"TRY003", # Avoid specifying long messages outside the exception class (force custom exceptions for everything)
245
"UP017", # Use datetime.UTC alias (requires Python 3.11+)
246
- "UP038", # Use X | Y in {} call instead of (X, Y) - deprecated due to poor performance (requires Python 3.10+)
247
"W191", # Conflicts with ruff format
248
]
249
0 commit comments