certbot/certbot-apache
ohemorange 60b88a3b83
[apache] Add type hints to apache dualparser.py (to enable mypy --strict) (#10153)
`typing.Type` is deprecated in favor of built-in `type`. In strict
mode,`find_ancestors` needs to be more specific about what it actually
returns, due to covariance and generics and such.

```
$ mypy --strict certbot-apache/certbot_apache/_internal/dualparser.py 
Success: no issues found in 1 source file
```
2025-01-27 14:54:40 -08:00
..
certbot_apache [apache] Add type hints to apache dualparser.py (to enable mypy --strict) (#10153) 2025-01-27 14:54:40 -08:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
MANIFEST.in Make apache tests internal (#9637) 2023-03-28 14:55:44 -07:00
README.rst s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
setup.py Bump version to 3.2.0 2025-01-07 12:54:01 -08:00

Apache plugin for Certbot