mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 19:54:18 +01:00
* lightning: add fakewallet * make format * fix mypy * make backend configurable * weird mypy
7 lines
131 B
INI
7 lines
131 B
INI
[mypy]
|
|
python_version = 3.9
|
|
# disallow_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cashu.nostr.*]
|
|
ignore_errors = True |