We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9040ea9 commit 6038c36Copy full SHA for 6038c36
pyproject.toml
@@ -128,7 +128,6 @@ extend-ignore = [
128
"UP017", # Use `datetime.UTC` alias
129
"UP033", # Use @functools.cache instead of @functools.lru_cache(maxsize=None)
130
"UP037", # Remove quotes from type annotation
131
- "UP038", # Use X | Y in {} call instead of (X, Y)
132
"UP035", # Import from {target} instead: {names}
133
"UP040", # Type alias {name} uses {type_alias_method} instead of the type keyword
134
"S105", # Possible hardcoded password assigned to: "{}"
0 commit comments