mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-14 03:59:30 +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 |