We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591f14c commit 9f44e04Copy full SHA for 9f44e04
1 file changed
pyproject.toml
@@ -155,8 +155,8 @@ ignore = [
155
"PT009", # pytest.raises(ValueError) too broad
156
"PT011", # pytest.raises(ValueError) too broad
157
"PT012", # pytest.raises() block should contain a single simple statement
158
- "B018", # Found useless expression. Either assign it
159
"B028", # No stacklevel for warnings
+ "B018", # Found useless expression. Either assign it
160
]
161
162
fixable = ["ALL"]
0 commit comments