Apply suggestion to src/flake8/formatting/base.py

This commit is contained in:
Anthony Sottile 2019-08-18 22:05:00 +00:00
parent b66ebd7034
commit 76515bbb8e

View file

@ -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