We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d8fd commit 0922099Copy full SHA for 0922099
5 files changed
pyproject.toml
@@ -78,6 +78,9 @@ ignore = [
78
"PLR2004",
79
"ARG001",
80
"ARG002",
81
+ "PLR0913",
82
+ "PT011",
83
+ "B017"
84
]
85
86
[tool.pytest.ini_options]
0 commit comments