diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-10-13 03:48:44 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-10-13 03:48:44 +0000 |
| commit | daca2c80db42de1b69b73db84abfc7db1c9e4463 (patch) | |
| tree | 8ae837d5e59168e6a89362a7c85e38bb8f304d83 /src | |
| parent | a8c69c38577f4ee6cd06f942d0258abb32931eac (diff) | |
| parent | bb12b83cc06b0a1991e3e36a4a966f5e50c8791a (diff) | |
| download | flake8-daca2c80db42de1b69b73db84abfc7db1c9e4463.tar.gz | |
Merge branch 'remove-output-file-config' into 'master'
options: Remove parsing `--output-file` from the configuration file
See merge request pycqa/flake8!361
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/main/options.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flake8/main/options.py b/src/flake8/main/options.py index 223f4a4..4fdaf82 100644 --- a/src/flake8/main/options.py +++ b/src/flake8/main/options.py @@ -260,7 +260,6 @@ def register_default_options(option_manager): add_option( "--output-file", default=None, - parse_from_config=True, help="Redirect report to a file.", ) |
