Reapply "Merge remote-tracking branch 'origin/dev' into stripe_recurring"

This reverts commit 37d2a695a7.
This commit is contained in:
Arc
2025-09-26 11:49:42 +01:00
parent 37d2a695a7
commit 1f46545dea
31 changed files with 3105 additions and 27 deletions
+1
View File
@@ -250,6 +250,7 @@ classmethod-decorators = [
# TODO: remove S101 ignore
"lnbits/*" = ["S101"]
"lnbits/core/views/admin_api.py" = ["S602", "S603", "S607"]
"lnbits/core/services/extensions_builder.py" = ["S701"]
"crypto.py" = ["S324"]
"test*.py" = ["S101", "S105", "S106", "S307"]
"tools*.py" = ["S101", "S608"]