mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Sketch out how the StyleGuide would be used from main
This commit is contained in:
parent
c20793b49c
commit
1d241a22c9
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from flake8 import defaults
|
|||
from flake8.options import aggregator
|
||||
from flake8.options import manager
|
||||
from flake8.plugins import manager as plugin_manager
|
||||
from flake8 import style_guide
|
||||
|
||||
|
||||
def register_default_options(option_manager):
|
||||
|
|
@ -178,3 +179,5 @@ def main(argv=None):
|
|||
# formatter = formatting_plugins.get(
|
||||
# options.format, formatting_plugins['default']
|
||||
# ).execute(options)
|
||||
# listener_trie = listening_plugins.build_notifier()
|
||||
# guide = style_guide.StyleGuide(options, args, listener_trie, formatter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue