mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Apply suggestion to src/flake8/formatting/base.py
This commit is contained in:
parent
b66ebd7034
commit
76515bbb8e
1 changed files with 3 additions and 1 deletions
|
|
@ -38,9 +38,11 @@ class BaseFormatter(object):
|
|||
This also calls a hook, :meth:`after_init`, so subclasses do not need
|
||||
to call super to call this method.
|
||||
|
||||
:param argparse.Namespace options:
|
||||
:param options:
|
||||
User specified configuration parsed from both configuration files
|
||||
and the command-line interface.
|
||||
:type options:
|
||||
:class:`argparse.Namespace`
|
||||
"""
|
||||
self.options = options
|
||||
self.filename = options.output_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue