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:
authorPeter Eckersley <pde@eff.org>2015-09-16 03:35:36 +0300
committerPeter Eckersley <pde@eff.org>2015-09-16 03:35:36 +0300
commitd910fe8655c606ad5027aabd1858dc4af38e69a6 (patch)
treeaba48641770b0cfc949e6a63e9ea1cd764e63a0d /.pylintrc
parent11c6ef32a8c58a420e14b66c150e36adf5976edc (diff)
parenta150828a7905027eba10de15de8dec826c649c49 (diff)
Merge remote-tracking branch 'origin/master' into cli2
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 49277ea32..bf318704a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -218,7 +218,7 @@ ignore-long-lines=^\s*(# )?<?https?://\S+>?$
single-line-if-stmt=no
# List of optional constructs for which whitespace checking is disabled
-no-space-check=trailing-comma,dict-separator
+no-space-check=trailing-comma
# Maximum number of lines in a module
max-module-lines=1250