Skip to content

Commit 032921e

Browse files
committed
Preemptively disable UP038
1 parent 083f33a commit 032921e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ ignore = [
9090
"ANN101", # missing type annotation for self in method
9191
"ANN102", # missing type annotation for cls in classmethod
9292
"SIM105", # I don't like contextlib.suppress
93+
"UP038", # astral-sh/ruff#7871
9394
]

0 commit comments

Comments
 (0)