Merge "Disable rule F405 check for ruff"

This commit is contained in:
Zuul
2025-11-13 18:28:34 +00:00
committed by Gerrit Code Review

View File

@@ -13,6 +13,7 @@
# under the License.
# Importing non-modules that are not used explicitly
# ruff: noqa: F405
# FIXME(gabriel): Legacy imports for API compatibility.
from django.core.exceptions import ValidationError