python-fido2/mypy.ini

7 lines
98 B
INI
Raw Permalink Normal View History

2021-01-20 15:37:27 +01:00
[mypy]
files = fido2/
2021-08-19 10:31:20 +02:00
check_untyped_defs = True
2021-01-20 15:37:27 +01:00
[mypy-smartcard.*]
ignore_missing_imports = True