certbot/letshelp-certbot
Adrien Ferrand fc7e5e8e60
Remove useless pylint error suppression directives (#7657)
As pylint is evolving, it improves its accuracy, and several pylint error suppression (`# pylint: disable=ERROR) added in certbot codebase months or years ago are not needed anymore to make it happy.

There is a (disabled by default) pylint error to detect the useless suppressions (pylint-ception: `useless-suppression`). It is not working perfectly (it has also false-positives ...) but it is a good start to clean the codebase.

This PR removes several of these useless suppressions as detected by the current pylint version we use.

* Remove useless suppress

* Remove useless lines
2020-02-13 13:56:16 -08:00
..
docs Don't display todo comments in docs (#7753) 2020-02-06 15:39:47 -08:00
letshelp_certbot Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00
LICENSE.txt rename letshelp-letsencrypt 2016-04-13 17:42:19 -07:00
MANIFEST.in rename letshelp-letsencrypt 2016-04-13 17:42:19 -07:00
README.rst rename letshelp-letsencrypt 2016-04-13 17:42:19 -07:00
readthedocs.org.requirements.txt Refactor certbot/ and certbot/tests/ to use the same structure as the other packages (#7544) 2019-11-25 14:28:05 -08:00
setup.cfg Tell the world we're Python 3 compatible (#4568) 2017-04-28 16:06:45 -07:00
setup.py Drop Python 3.4 support (#7721) 2020-01-24 12:32:07 -08:00

Let's help Certbot client