We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e9cfd commit 08645b8Copy full SHA for 08645b8
pyproject.toml
@@ -51,6 +51,8 @@ ignore = [
51
"TD",
52
"PYI051",
53
"FIX002",
54
+ "SLF001", #reportPrivateUsage
55
+ "PT017", # Do not force using pytest.raises
56
]
57
58
# Allow fix for all enabled rules (when `--fix`) is provided.
0 commit comments