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