mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
Fixes #5849. * extract mypy flags into mypy.ini file * Get mypy running with clean output
4 lines
58 B
INI
4 lines
58 B
INI
[mypy]
|
|
python_version = 2.7
|
|
ignore_missing_imports = True
|