Ignore only D203 and fix Flake8 errors

This commit is contained in:
Ian Cordasco 2016-01-10 14:36:52 -06:00
parent a8576aff12
commit 5903576732
8 changed files with 37 additions and 3 deletions

View file

@ -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)