Skip to content

Commit 9f44e04

Browse files
Update
1 parent 591f14c commit 9f44e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ ignore = [
155155
"PT009", # pytest.raises(ValueError) too broad
156156
"PT011", # pytest.raises(ValueError) too broad
157157
"PT012", # pytest.raises() block should contain a single simple statement
158-
"B018", # Found useless expression. Either assign it
159158
"B028", # No stacklevel for warnings
159+
"B018", # Found useless expression. Either assign it
160160
]
161161

162162
fixable = ["ALL"]

0 commit comments

Comments
 (0)