certbot/certbot-nginx/certbot_nginx/_internal
alexzorin 8e29063ba7
pylint: upgrade pinned verson and fix new lints (#8936)
While bumping pinned packages in #8928, we came across a new version of pylint (2.9.3). Upgrading to this version requires some changes to Certbot's code, which is what this change is about.

* pylint: upgrade pinned verson and fix new lints

* maxsplit should be 1, not -1, for rsplit
2021-07-15 11:03:39 -07: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 cli: improve error messages for enhance errors (#8884) 2021-06-10 15:58:11 -07:00
constants.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
display_ops.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
http_01.py Command-line UX overhaul (#8852) 2021-05-25 10:47:39 +10: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 Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00