certbot/certbot-nginx/certbot_nginx/_internal
Adrien Ferrand 19147e1b8c
Add type annotations to the certbot package (part 2) (#9085)
* Extract from #9084

* Cast/ignore types during the transition

* Clean up

* Fix assertion

* Update certbot/certbot/display/ops.py

Co-authored-by: alexzorin <alex@zor.io>

* Use sequence

* Improve documentation of "default" in display

* Fix contract

* Fix types

* Fix type

* Fix type

* Update certbot/certbot/display/ops.py

Co-authored-by: alexzorin <alex@zor.io>

Co-authored-by: alexzorin <alex@zor.io>
2021-11-24 18:33:09 +11:00
..
tls_configs Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list (#7719) 2020-01-24 10:09:28 -08:00
__init__.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
configurator.py Add type annotations to the certbot package (part 2) (#9085) 2021-11-24 18:33:09 +11:00
constants.py Remove all non essential references to the old Zope interfaces (#8988) 2021-08-17 14:51:26 -07:00
display_ops.py Deprecate zope.component in favor of an direct calls to functions from certbot.display.util module (#8835) 2021-07-19 17:09:06 -07:00
http_01.py Add type annotations to the certbot package (part 2) (#9085) 2021-11-24 18:33:09 +11:00
nginxparser.py Allow nginx parser to handle empty file (#8895) 2021-06-11 09:21:52 +10:00
obj.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
parser.py pylint: upgrade pinned verson and fix new lints (#8936) 2021-07-15 11:03:39 -07:00
parser_obj.py Fix some typos (found by codespell) (#9017) 2021-09-03 06:43:13 +10:00