cryptography/mypy.ini
Paul Kehrer b24d522b05
type updates from turning on unchecked-defs on tests (#5720)
test changes themselves will be in a separate PR
2021-01-31 13:14:13 -05:00

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