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