Skip to content

Commit f27d968

Browse files
committed
Ignore PT012 pytest-raises-with-multiple-statements (for now)
1 parent 5f94399 commit f27d968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ ignore = [
108108
"PLW2901", # redefined-loop-name (frequently used, not generally an issue)
109109
"PLR", # Pylint Recommendations (too many to fix all at once)
110110
"E722", # bare-except (too many to fix all at once)
111+
"PT012", # pytest-raises-with-multiple-statements (too many to fix all at once)
111112
# Permanently disabled rules
112113
"D203", # incorrect-blank-line-before-class
113114
"D213", # multi-line-summary-second-line

0 commit comments

Comments
 (0)