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