Update ruff to 0.12.0 (#147106)

This commit is contained in:
Marc Mueller
2025-06-19 20:39:09 +02:00
committed by GitHub
parent 73d0d87705
commit 2c13c70e12
96 changed files with 291 additions and 427 deletions

View File

@@ -354,7 +354,7 @@ class Store[_T: Mapping[str, Any] | Sequence[Any]]:
corrupt_path,
err,
)
from .issue_registry import ( # pylint: disable=import-outside-toplevel
from .issue_registry import ( # noqa: PLC0415
IssueSeverity,
async_create_issue,
)