Skip to content

Commit 66c103c

Browse files
Tweak
1 parent 39a16d8 commit 66c103c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ ignore = [
138138
"PT009", # pytest.raises(ValueError) too broad
139139
"PT011", # pytest.raises(ValueError) too broad
140140
"PT012", # pytest.raises() block should contain a single simple statement
141-
# "B028", # No stacklevel for warnings
142141
"B018", # Found useless expression. Either assign it
142+
# "B028", # No stacklevel for warnings
143143
"PT031", # `pytest.warns()` block should contain a single simple statement
144144
]
145145

0 commit comments

Comments
 (0)