We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f176765 + 5505f78 commit 2da0992Copy full SHA for 2da0992
1 file changed
pyproject.toml
@@ -211,6 +211,10 @@ MASTER.unsafe-load-any-extension = false
211
MASTER.ignore = [
212
"_setuptools_scm_version.py",
213
]
214
+# Return non-zero exit code if useless-suppression is emitted.
215
+MAIN.fail-on = [
216
+ "useless-suppression",
217
+]
218
DEPRECATED_BUILTINS.bad-functions = [
219
# Use Pylint until Ruff can ban bare builtin calls, or until custom rules
220
# make this removable:
0 commit comments