mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 12:04:21 +01:00
8 lines
132 B
INI
8 lines
132 B
INI
[mypy]
|
|
python_version = 3.9
|
|
# disallow_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cashu.nostr.*]
|
|
ignore_errors = True
|