Skip to content

Commit 2ddeaee

Browse files
committed
Better placement of comment
1 parent 343a2d0 commit 2ddeaee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ ignore = [
7070

7171
# TODO: Investigate and fix or configure
7272
"PYI051", # Request for autofix: https://github.com/astral-sh/ruff/issues/14185
73-
74-
# TODO: Manually simplify generator types first
75-
"UP043",
73+
"UP043", # Manually simplify generator types first
7674

7775
###
7876
# Rules we don't want or don't agree with

0 commit comments

Comments
 (0)