mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Add missing docstrings to plugin submodule
This commit is contained in:
parent
11be73dbbb
commit
83dd81a445
4 changed files with 24 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ class OptionManager(object):
|
|||
|
||||
@staticmethod
|
||||
def format_plugin(plugin_tuple):
|
||||
"""Convert a plugin tuple into a dictionary mapping name to value."""
|
||||
return dict(zip(["entry", "name", "version"], plugin_tuple))
|
||||
|
||||
def add_option(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue