commit b430d53c71cbb7e7172de4d60e0b64f8bf6819da
parent 659f75038e4ee621a57b7cda188c6335fdbf409f
Author: Alex Hochheiden <ahochheiden@mozilla.com>
Date: Wed, 10 Dec 2025 06:03:27 +0000
Bug 2003412 - Upgrade fixed warnings to errors r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D274705
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/lint/ruff.yml b/tools/lint/ruff.yml
@@ -11,6 +11,6 @@ ruff:
- "**/pyproject.toml"
- "tools/lint/python/ruff.py"
# Rules that should result in warnings rather than errors.
- warning-rules: [PLR, PLW, UP006, UP007, UP008, UP028, UP030, UP031]
+ warning-rules: [PLW0603, PLW1641, PLW2901, UP031]
type: external
payload: python.ruff:lint