feat: add linters and ci (#28)

* feat: introduce linting and ci
* add locks
* prettier
* black and sorting
* f405 missing imports
* E902
* mypy
* renderer
* circular imports
* check comment
* add exports
* add lnurlerrorhandler only on lnurl routes
* add test case
This commit is contained in:
dni ⚡ 2024-07-11 10:30:28 +02:00 committed by GitHub
commit a44820f61f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 2934 additions and 145 deletions

View file

@ -1,9 +1,9 @@
{
"repos": [
{
"id": "withdraw",
"organisation": "lnbits",
"repository": "withdraw"
}
]
"repos": [
{
"id": "withdraw",
"organisation": "lnbits",
"repository": "withdraw"
}
]
}