mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
* Remove python_version from mypy.ini. * Fix magic_typing * Ignore msvcrt usage. * make mypy happier * clean up changes * Add type for reporter queue * More mypy fixes * Fix pyrfc3339 str. * Remove unused import. * Make certbot.util mypy work in both Pythons * Fix typo
7 lines
115 B
INI
7 lines
115 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-acme.magic_typing_test]
|
|
ignore_errors = True
|