core: Add ruff rules for pycodestyle Warning (W) (#26964)

All auto-fixes.
This commit is contained in:
Christophe Bornet
2024-09-30 15:31:43 +02:00
committed by GitHub
parent 9404e7af9d
commit db8845a62a
32 changed files with 119 additions and 119 deletions

View File

@@ -32,9 +32,9 @@ class BaseMedia(Serializable):
id: Optional[str] = None
"""An optional identifier for the document.
Ideally this should be unique across the document collection and formatted
Ideally this should be unique across the document collection and formatted
as a UUID, but this will not be enforced.
.. versionadded:: 0.2.11
"""