We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c3272 commit 8a5e946Copy full SHA for 8a5e946
1 file changed
pyproject.toml
@@ -244,6 +244,10 @@ MASTER.per-file-ignores = [
244
"docs/source/doccmd_*.py:invalid-name",
245
"doccmd_README_rst_*.py:invalid-name",
246
]
247
+# Return non-zero exit code if useless-suppression is emitted.
248
+MAIN.fail-on = [
249
+ "useless-suppression",
250
+]
251
DEPRECATED_BUILTINS.bad-functions = [
252
# Use Pylint until Ruff can ban bare builtin calls, or until custom rules
253
# make this removable:
0 commit comments