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

This reverts commit 63458ced1e, reversing
changes made to cb3e340a78.
This commit is contained in:
Arc
2025-09-26 11:47:50 +01:00
parent 63458ced1e
commit 37d2a695a7
31 changed files with 27 additions and 3105 deletions
-1
View File
@@ -250,7 +250,6 @@ 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"]