certbot/certbot-apache/certbot_apache/_internal
Adrien Ferrand c438a397a0
Enable mypy strict mode (#8766)
Built on top of #8748, this PR reenables mypy strict mode and adds the appropriate corrections to pass the types checks.

* Upgrade mypy

* First step for acme

* Cast for the rescue

* Fixing types for certbot

* Fix typing for certbot-nginx

* Finalize type fixes, configure no optional strict check for mypy in tox

* Align requirements

* Isort

* Pylint

* Protocol for python 3.6

* Use Python 3.9 for mypy, make code compatible with Python 3.8<

* Pylint and mypy

* Pragma no cover

* Pythonic NotImplemented constant

* More type definitions

* Add comments

* Simplify typing logic

* Use vararg tuple

* Relax constraints on mypy

* Add more type

* Do not silence error if target is not defined

* Conditionally import Protocol for type checking only

* Clean up imports

* Add comments

* Align python version linting with mypy and coverage

* Just ignore types in an unused module

* Add comments

* Fix lint

* Work in progress

* Finish type control

* Isort

* Fix pylint

* Fix imports

* Fix cli subparser

* Some fixes

* Coverage

* Remove --no-strict-optional (obviously...)

* Update certbot-apache/certbot_apache/_internal/configurator.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Update certbot/certbot/_internal/display/completer.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Cleanup dns_google

* Improve lock controls and fix subparser

* Use the expected interfaces

* Fix code

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
2021-04-05 15:04:21 -07:00
..
augeas_lens Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00
tls_configs Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
__init__.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
apache_util.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
apacheparser.py Upgrade to mypy 0.812 (#8748) 2021-04-02 11:54:40 -07:00
assertions.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
augeasparser.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
configurator.py Enable mypy strict mode (#8766) 2021-04-05 15:04:21 -07:00
constants.py Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
display_ops.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
dualparser.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
entrypoint.py Cleanup more pylint issues (#7848) 2020-03-16 09:43:48 -07:00
http_01.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
interfaces.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
obj.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
override_arch.py apache: handle statically linked mod_ssl (#8007) 2020-06-04 10:34:10 -07:00
override_centos.py Enable mypy strict mode (#8766) 2021-04-05 15:04:21 -07:00
override_darwin.py apache: handle statically linked mod_ssl (#8007) 2020-06-04 10:34:10 -07:00
override_debian.py apache: handle statically linked mod_ssl (#8007) 2020-06-04 10:34:10 -07:00
override_fedora.py Upgrade to mypy 0.812 (#8748) 2021-04-02 11:54:40 -07:00
override_gentoo.py Upgrade to mypy 0.812 (#8748) 2021-04-02 11:54:40 -07:00
override_suse.py Change the SUSE override to use apachectl (#8592) 2021-01-08 09:49:21 -08:00
parser.py Enable mypy strict mode (#8766) 2021-04-05 15:04:21 -07:00
parsernode_util.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00