Skip to content

Commit 218f33c

Browse files
committed
Feedback
1 parent 6b928db commit 218f33c

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
@@ -97,6 +97,7 @@ ignore = [
9797
"RUF022", # Unsorted __all__
9898
"RUF023", # Unsorted __slots__
9999
"B903", # Use dataclass / namedtuple
100+
"RUF031", # parentheses for tuples in subscripts
100101
# Ruff doesn't understand the globals() assignment; we test __all__
101102
# directly in test_all_names_in___all__.
102103
"F822",
@@ -111,10 +112,7 @@ ignore = [
111112
"E306",
112113
"E501",
113114
"E701",
114-
]
115-
"src/test_typing_extensions.py" = [
116115
# Harmful for tests if applied.
117-
"RUF031", # parentheses for tuples in subscripts
118116
"RUF036", # None not at end of Union
119117
"RUF041", # nested Literal
120118
]

0 commit comments

Comments
 (0)