[feat] Extension Builder (#3339)

This commit is contained in:
Vlad Stan 2025-09-25 18:33:33 +03:00 committed by GitHub
parent c05122e5fb
commit 4f9a5090c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 2871 additions and 16 deletions

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"]