* explicitly exclude all extensions from mypy
* fix example extension mypy
* fix subdomains extension mypy + 1 type error fixed
* fix mypy discordbot
* mypy check copilot extensnion
* copilot black
* add invoices ext to ignore
* add boltz and boltcard
* copilit id is necessary
* was discordbot is ok
Co-authored-by: dni <dni.khr@gmail.com>
a big refactor that:
- fixes some issues that might have happened (or not) with asynchronous
reactions to payments;
- paves the way to https://github.com/lnbits/lnbits/issues/121;
- uses more async/await notation which just looks nice; and
- makes it simple(r?) for one extension to modify stuff from other extensions.