Skip to content

Commit

Permalink
Merge pull request #5 from mforbes/patch-1
Browse files Browse the repository at this point in the history
Potential fix for issue tholo#8
  • Loading branch information
mikemill committed Oct 2, 2017
2 parents e89bf5c + bc9c6ff commit 5dfb4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_flake8.py
Expand Up @@ -181,7 +181,7 @@ def check_file(path, flake8ignore, maxlength, maxcomplexity,
app.find_plugins()
app.register_plugin_options()
app.parse_configuration_and_cli(args)
app.options.ignore = flake8ignore
app.options.ignore.extend(flake8ignore)
app.make_formatter() # fix this
app.make_notifier()
app.make_guide()
Expand Down

0 comments on commit 5dfb4f2

Please sign in to comment.