summaryrefslogtreecommitdiff
path: root/coverage/config.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-05-19 12:49:34 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-05-19 12:49:34 -0400
commit7f8dd68dd6da360374603f3a352c07713a3b082d (patch)
treeb7284006f6682f237ae5fbaf490c9e43d035dfcb /coverage/config.py
parent60f86b82ffe6ff40889f24ae8d25e338da2a92b7 (diff)
downloadpython-coveragepy-git-7f8dd68dd6da360374603f3a352c07713a3b082d.tar.gz
Update pylint
Diffstat (limited to 'coverage/config.py')
-rw-r--r--coverage/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/config.py b/coverage/config.py
index 7876052b..d16c9d6e 100644
--- a/coverage/config.py
+++ b/coverage/config.py
@@ -72,7 +72,7 @@ class HandyConfigParser(configparser.RawConfigParser):
d[opt] = self.get(section, opt)
return d
- def get(self, section, option, *args, **kwargs): # pylint: disable=arguments-differ
+ def get(self, section, option, *args, **kwargs):
"""Get a value, replacing environment variables also.
The arguments are the same as `RawConfigParser.get`, but in the found