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