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:
authorSeth Schoen <schoen@eff.org>2015-04-22 05:13:08 +0300
committerSeth Schoen <schoen@eff.org>2015-04-22 05:13:08 +0300
commit5180bda7e18fd2cd272a2a5564bc54abdb3566a9 (patch)
tree468541123d697796d2a9d0acd5a68416cab3bca7 /.pylintrc
parent9463de3367af03a4351f72ff6f1602dd3dc5924a (diff)
Initial tests for renewer
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 4835dbf74..228c5ac8c 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -82,7 +82,7 @@ required-attributes=
bad-functions=map,filter,apply,input,file
# Good variable names which should always be accepted, separated by a comma
-good-names=i,j,k,ex,Run,_,fd
+good-names=f,i,j,k,ex,Run,_,fd
# Bad variable names which should always be refused, separated by a comma
bad-names=foo,bar,baz,toto,tutu,tata