mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Ignore only D203 and fix Flake8 errors
This commit is contained in:
parent
a8576aff12
commit
5903576732
8 changed files with 37 additions and 3 deletions
|
|
@ -40,6 +40,7 @@ def test_creates_its_own_config_file_finder(args, extra_config_files,
|
|||
|
||||
|
||||
def test_parse_cli_config(optmanager):
|
||||
"""Parse the specified config file as a cli config file."""
|
||||
optmanager.add_option('--exclude', parse_from_config=True,
|
||||
comma_separated_list=True,
|
||||
normalize_paths=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue