summaryrefslogtreecommitdiff
path: root/src/flake8/main
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-05-21 16:41:02 -0700
committerAnthony Sottile <asottile@umich.edu>2020-05-21 16:41:02 -0700
commit31c2f9f366f17e1fe7f638dd598dee67efe824b6 (patch)
treeda06f6750a94cc1479cf71d63834e2303c7cc74b /src/flake8/main
parentd95f9cf0febd41086f702740e87b4a59c2cbaefc (diff)
downloadflake8-31c2f9f366f17e1fe7f638dd598dee67efe824b6.tar.gz
treat --extend-exclude as a file list
Diffstat (limited to 'src/flake8/main')
-rw-r--r--src/flake8/main/options.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flake8/main/options.py b/src/flake8/main/options.py
index f4588e8..a620ed9 100644
--- a/src/flake8/main/options.py
+++ b/src/flake8/main/options.py
@@ -156,6 +156,7 @@ def register_default_options(option_manager):
default="",
parse_from_config=True,
comma_separated_list=True,
+ normalize_paths=True,
help="Comma-separated list of files or directories to add to the list"
" of excluded ones.",
)