certbot/certbot-apache/certbot_apache
ohemorange e657cc3a8d
[apache] Add type hints to apache parser.py (to enable mypy --strict) (#10152)
```
$ 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
a1e84a7e58/augeas/__init__.py
2025-01-28 10:54:11 -08:00
..
_internal [apache] Add type hints to apache parser.py (to enable mypy --strict) (#10152) 2025-01-28 10:54:11 -08:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
py.typed Add type annotations to the certbot package (part 1) (#9084) 2021-11-12 14:27:46 +11:00