mirror of
https://github.com/certbot/certbot.git
synced 2026-03-07 07:40:27 -05: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
|
||
|---|---|---|
| .. | ||
| _internal | ||
| __init__.py | ||
| py.typed | ||