fix: satisfy ruff line length

This commit is contained in:
3252a8
2026-06-01 11:11:15 +03:00
parent 939bc37995
commit 21079f78dc
12 changed files with 60 additions and 15 deletions
+4 -1
View File
@@ -776,6 +776,9 @@ SPEC = PaymentProviderSpec(
presentation_class=FreeKassaPresentation,
manifest_fields=_CONFIG_MANIFEST + _PRESENTATION_MANIFEST,
supported_currencies=FREEKASSA_SUPPORTED_CURRENCIES,
currency_support_note="FreeKassa SCI documents the payment currency parameter as RUB, USD, EUR, UAH or KZT.",
currency_support_note=(
"FreeKassa SCI documents the payment currency parameter as "
"RUB, USD, EUR, UAH or KZT."
),
currency_support_url="https://docs.freekassa.net/",
)