Files
nutshell/mypy.ini
calle 3333102327 lightning: add fakewallet (#134)
* lightning: add fakewallet

* make format

* fix mypy

* make backend configurable

* weird mypy
2023-03-07 17:49:27 +01:00

7 lines
131 B
INI

[mypy]
python_version = 3.9
# disallow_untyped_defs = True
ignore_missing_imports = True
[mypy-cashu.nostr.*]
ignore_errors = True