We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f94399 commit f27d968Copy full SHA for f27d968
pyproject.toml
@@ -108,6 +108,7 @@ ignore = [
108
"PLW2901", # redefined-loop-name (frequently used, not generally an issue)
109
"PLR", # Pylint Recommendations (too many to fix all at once)
110
"E722", # bare-except (too many to fix all at once)
111
+ "PT012", # pytest-raises-with-multiple-statements (too many to fix all at once)
112
# Permanently disabled rules
113
"D203", # incorrect-blank-line-before-class
114
"D213", # multi-line-summary-second-line
0 commit comments