mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +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
|
This also calls a hook, :meth:`after_init`, so subclasses do not need
|
||||||
to call super to call this method.
|
to call super to call this method.
|
||||||
|
|
||||||
:param argparse.Namespace options:
|
:param options:
|
||||||
User specified configuration parsed from both configuration files
|
User specified configuration parsed from both configuration files
|
||||||
and the command-line interface.
|
and the command-line interface.
|
||||||
|
:type options:
|
||||||
|
:class:`argparse.Namespace`
|
||||||
"""
|
"""
|
||||||
self.options = options
|
self.options = options
|
||||||
self.filename = options.output_file
|
self.filename = options.output_file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue