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:
authorJakub Warmuz <jakub@warmuz.org>2015-02-10 03:00:54 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-02-10 03:00:54 +0300
commitcadd9ec0284e6b42976ffad10b585a7d117a630f (patch)
treeb490fe7c30f3002048b741cc122a736c61f9c071 /.pylintrc
parent0849e2d21ec2a89b6802f88a3ad410210b771e53 (diff)
parent35ea205ea12246b42486e42f1e5bca4b196f06d5 (diff)
Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts: letsencrypt/client/CONFIG.py letsencrypt/client/auth_handler.py letsencrypt/client/challenge_util.py letsencrypt/client/client.py letsencrypt/client/crypto_util.py letsencrypt/client/revoker.py letsencrypt/client/tests/challenge_util_test.py
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.pylintrc b/.pylintrc
index 228972aa2..2970f2bc9 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -239,9 +239,7 @@ ignore-mixin-members=yes
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis
-
-# Get rid of the spurious no-member errors in pkg_resources
-ignored-modules=pkg_resources
+ignored-modules=pkg_resources,confargparse,argparse
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).