mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Fixes #5849. * extract mypy flags into mypy.ini file * Get mypy running with clean output
3 lines
58 B
INI
3 lines
58 B
INI
[mypy]
|
|
python_version = 2.7
|
|
ignore_missing_imports = True
|