mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 22:25:47 +01:00
8 lines
180 B
INI
8 lines
180 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
exclude = (?x)(
|
|
^lnbits/extensions.
|
|
| ^lnbits/wallets/lnd_grpc_files.
|
|
)
|
|
[mypy-lnbits.wallets.lnd_grpc_files.*]
|
|
follow_imports = skip
|