mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 06:13:54 +02:00
``` $ mypy --strict certbot-apache/certbot_apache/_internal/parser.py Success: no issues found in 1 source file ``` `typing.Pattern` is deprecated in python 3.9 in favor of using `re.Pattern` directly, and also wants to be subscripted with its type. `python-augeas` types can be found in https://github.com/hercules-team/python-augeas/blob/a1e84a7e58e535658f681731b66eca7b71c095a2/augeas/__init__.py