We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ef760 commit 1fe5f04Copy full SHA for 1fe5f04
1 file changed
pyproject.toml
@@ -200,6 +200,10 @@ MASTER.load-plugins = [
200
# Allow loading of arbitrary C extensions. Extensions are imported into the
201
# active Python interpreter and may run arbitrary code.
202
MASTER.unsafe-load-any-extension = false
203
+# Return non-zero exit code if useless-suppression is emitted.
204
+MAIN.fail-on = [
205
+ "useless-suppression",
206
+]
207
DEPRECATED_BUILTINS.bad-functions = [
208
# Use Pylint until Ruff can ban bare builtin calls, or until custom rules
209
# make this removable:
0 commit comments