We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343a2d0 commit 2ddeaeeCopy full SHA for 2ddeaee
pyproject.toml
@@ -70,9 +70,7 @@ ignore = [
70
71
# TODO: Investigate and fix or configure
72
"PYI051", # Request for autofix: https://github.com/astral-sh/ruff/issues/14185
73
-
74
- # TODO: Manually simplify generator types first
75
- "UP043",
+ "UP043", # Manually simplify generator types first
76
77
###
78
# Rules we don't want or don't agree with
0 commit comments