mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
application: Remove stale docstring param for .find_plugins()
The 'ignore_config_files' parameter was accidentally not removed in
c918e72.
This commit is contained in:
parent
c918e72496
commit
3010ab3fbd
1 changed files with 0 additions and 3 deletions
|
|
@ -143,9 +143,6 @@ class Application(object):
|
||||||
:param str config_file:
|
:param str config_file:
|
||||||
The optional configuraiton file to override all other configuration
|
The optional configuraiton file to override all other configuration
|
||||||
files (i.e., the --config option).
|
files (i.e., the --config option).
|
||||||
:param bool ignore_config_files:
|
|
||||||
Determine whether to parse configuration files or not. (i.e., the
|
|
||||||
--isolated option).
|
|
||||||
"""
|
"""
|
||||||
local_plugins = config.get_local_plugins(config_finder, config_file)
|
local_plugins = config.get_local_plugins(config_finder, config_file)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue