fix: ruff lint + format fixes in tests, ESLint fixes in frontend
This commit is contained in:
@@ -23,9 +23,7 @@ class DATEVExport(Base):
|
||||
)
|
||||
start_date: Mapped[date] = mapped_column(Date, nullable=False)
|
||||
end_date: Mapped[date] = mapped_column(Date, nullable=False)
|
||||
file_path: Mapped[str | None] = mapped_column(
|
||||
String(500), nullable=True
|
||||
)
|
||||
file_path: Mapped[str | None] = mapped_column(String(500), nullable=True)
|
||||
total_amount: Mapped[Decimal] = mapped_column(
|
||||
Numeric(14, 2), nullable=False, default=0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user