We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a16d8 commit 66c103cCopy full SHA for 66c103c
1 file changed
python/pyproject.toml
@@ -138,8 +138,8 @@ ignore = [
138
"PT009", # pytest.raises(ValueError) too broad
139
"PT011", # pytest.raises(ValueError) too broad
140
"PT012", # pytest.raises() block should contain a single simple statement
141
- # "B028", # No stacklevel for warnings
142
"B018", # Found useless expression. Either assign it
+ # "B028", # No stacklevel for warnings
143
"PT031", # `pytest.warns()` block should contain a single simple statement
144
]
145
0 commit comments