We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083f33a commit 032921eCopy full SHA for 032921e
pyproject.toml
@@ -90,4 +90,5 @@ ignore = [
90
"ANN101", # missing type annotation for self in method
91
"ANN102", # missing type annotation for cls in classmethod
92
"SIM105", # I don't like contextlib.suppress
93
+ "UP038", # astral-sh/ruff#7871
94
]
0 commit comments