mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Ensure we provide options to all plugins
This commit is contained in:
parent
abdc957f17
commit
dd0c50dbce
1 changed files with 6 additions and 0 deletions
|
|
@ -300,6 +300,12 @@ class Application(object):
|
|||
|
||||
self.check_plugins.provide_options(self.option_manager, self.options,
|
||||
self.args)
|
||||
self.listening_plugins.provide_options(self.option_manager,
|
||||
self.options,
|
||||
self.args)
|
||||
self.formatting_plugins.provide_options(self.option_manager,
|
||||
self.options,
|
||||
self.args)
|
||||
|
||||
def make_formatter(self):
|
||||
# type: () -> NoneType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue