mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
8 lines
249 B
INI
8 lines
249 B
INI
[mypy]
|
|
# Removing this exclude setting is being tracked by
|
|
# https://github.com/certbot/certbot/issues/7909.
|
|
exclude = .*/_internal/tests/
|
|
ignore_missing_imports = True
|
|
warn_unused_ignores = True
|
|
show_error_codes = True
|
|
disallow_untyped_defs = True
|