lnbits-legend/lnbits/wallets
dni ⚡ fee40d7321
[REFACTOR] core/__init__ to not have circular import issues (#1876)
* F541 fix

remove unused workflow and combine linters into one

add lnbits/static to ruff ignore
remote setupnode

ignore upgrades for mypy

ignore F401 for __init__ files

unused noqa

ignore upgrades for black

F821: undefine name

disabled and logged webhook_listener for opennode and lnpay because they are obvisouly not working

E402: module level import not at top of file

fixup

revert breaking changes wait for PR #1876

https://github.com/lnbits/lnbits/pull/1876

E721 fixes, only popped up for python3.9 not 3.10

[REFACTOR] core/__init__ to not have circular import issues

WIP

add db for backwards compat

fix pyright

make mypy happy again

pyright did not catch those, i think mypy got confused with relative imports. maybe we should use absolute ones everywhere

E402: module level import not at top of file

dont forget to add core_app

rebase on ruff pr

f

remo

format

* fix clnrest

* ignore E402 in conftest

* refactoring issues

---------

Co-authored-by: jacksn <jkranawetter05@gmail.com>
2023-09-12 11:25:05 +01:00
..
lnd_grpc_files Mega-merge 4: Reenable LndWallet gRPC and use TrackPaymentV2 (#745) 2022-08-09 11:49:39 +02:00
macaroon Wallets: add cln-rest (#1775) 2023-08-23 08:59:39 +02:00
__init__.py Wallets: add cln-rest (#1775) 2023-08-23 08:59:39 +02:00
base.py Refactor get walletclass (#1776) 2023-06-27 16:11:00 +02:00
cliche.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
corelightning.py [REFACTOR] replace async_wrap with run_sync (#1858) 2023-08-28 10:59:56 +01:00
corelightningrest.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
eclair.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
fake.py fakewallet: set tag of description_hash invoice correctly (#1901) 2023-08-28 11:02:58 +01:00
lnbits.py [CHORE] E722 bare exception fix (#1871) 2023-08-16 12:17:54 +02:00
lndgrpc.py [REFACTOR] grpcio and protofbuf for lndgrpc is not optional (#1886) 2023-09-11 14:24:37 +01:00
lndrest.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
lnpay.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
lntips.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
opennode.py [CHORE] flake8 issues E402, E721 and F821 (#1874) 2023-08-16 12:22:14 +02:00
spark.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
void.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00