diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-09-10 22:53:36 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-09-10 23:23:11 +0200 |
commit | 74d5bcb352141bc742488e74d1b37c1cb381a7ce (patch) | |
tree | fb0491d8c46eb85b8557e1efc2deee66b6173ecb /pylint/utils/utils.py | |
parent | 9ed9065e19dfcccecab04eba71bf557e91f2379c (diff) | |
download | pylint-git-74d5bcb352141bc742488e74d1b37c1cb381a7ce.tar.gz |
Update formatting following black and isort update
Diffstat (limited to 'pylint/utils/utils.py')
-rw-r--r-- | pylint/utils/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/utils/utils.py b/pylint/utils/utils.py index d7f1bf052..b81807bc4 100644 --- a/pylint/utils/utils.py +++ b/pylint/utils/utils.py @@ -268,7 +268,7 @@ def register_plugins(linter, directory): def get_global_option(checker, option, default=None): - """ Retrieve an option defined by the given *checker* or + """Retrieve an option defined by the given *checker* or by all known option providers. It will look in the list of all options providers |