summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric N. Vander Weele <ericvw@gmail.com>2020-01-12 15:19:07 -0800
committerEric N. Vander Weele <ericvw@gmail.com>2020-01-12 15:19:07 -0800
commit3010ab3fbd1dfbd2e163c60c8def5b6e092dedfc (patch)
tree4d8530007a3a20d94bba9aea8534584b714f874c /src
parentc918e7249699ab91ccbd6d69a898d19aa009c971 (diff)
downloadflake8-3010ab3fbd1dfbd2e163c60c8def5b6e092dedfc.tar.gz
application: Remove stale docstring param for `.find_plugins()`
The 'ignore_config_files' parameter was accidentally not removed in c918e72.
Diffstat (limited to 'src')
-rw-r--r--src/flake8/main/application.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/flake8/main/application.py b/src/flake8/main/application.py
index a30f195..6a59e1a 100644
--- a/src/flake8/main/application.py
+++ b/src/flake8/main/application.py
@@ -143,9 +143,6 @@ class Application(object):
:param str config_file:
The optional configuraiton file to override all other configuration
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)