Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-04-17 23:03:20 +0300
committerJames Payne <jepayne1138@gmail.com>2018-05-16 22:28:51 +0300
commit24974b07ba7fabcc9c93fbf5bcb7aa0ac6e69c04 (patch)
tree6584193ac280f999df3487970db9bf36861bcb8b /.pylintrc
parent41e1976c178dac8875584e8f11d68e28515e0a01 (diff)
Safer to pylint on Python 3
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 36d8c286f..43c45b04a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -22,7 +22,7 @@ persistent=yes
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
-load-plugins=linter_plugin
+load-plugins=
[MESSAGES CONTROL]