Skip to content

Commit 6038c36

Browse files
committed
remove rule ignore to remove warning
1 parent 9040ea9 commit 6038c36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ extend-ignore = [
128128
"UP017", # Use `datetime.UTC` alias
129129
"UP033", # Use @functools.cache instead of @functools.lru_cache(maxsize=None)
130130
"UP037", # Remove quotes from type annotation
131-
"UP038", # Use X | Y in {} call instead of (X, Y)
132131
"UP035", # Import from {target} instead: {names}
133132
"UP040", # Type alias {name} uses {type_alias_method} instead of the type keyword
134133
"S105", # Possible hardcoded password assigned to: "{}"

0 commit comments

Comments
 (0)