[feat] Extension Builder (#3339)
This commit is contained in:
parent
c05122e5fb
commit
4f9a5090c2
27 changed files with 2871 additions and 16 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue