mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-06-02 15:20:01 +00:00
12 lines
192 B
INI
12 lines
192 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
strict = True
|
|
|
|
[mypy-ecdsa.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pyaes.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-smartcard.*]
|
|
ignore_missing_imports = True |