mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
11 lines
224 B
INI
11 lines
224 B
INI
[mypy]
|
|
show_error_codes = True
|
|
check_untyped_defs = True
|
|
|
|
[mypy-cryptography.hazmat.bindings._openssl]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-iso8601]
|
|
ignore_missing_imports = True
|
|
[mypy-pretend]
|
|
ignore_missing_imports = True
|