chore(quality): apply ruff autofixes and formatting (29 fixes, 41 files reformatted)

This commit is contained in:
Agent Zero
2026-06-10 21:31:41 +00:00
parent 054d4041e6
commit 7c12a96cdc
43 changed files with 1096 additions and 524 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ class EquipmentGroup(Base):
)
# Relationships
account: Mapped["Account"] = relationship("Account", back_populates="equipment_groups")
account: Mapped["Account"] = relationship(
"Account", back_populates="equipment_groups"
)
default_location: Mapped["StockLocation"] = relationship(
"StockLocation", back_populates="equipment_groups"
)