Skip to content

Commit

Permalink
Forgot to fix the select option.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayclassless committed Jan 8, 2015
1 parent 8698248 commit cbbb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/tools/pep8/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def configure(self, prospector_config, found_files):
# Make sure pep8's code ignores are fully reset to zero before
# adding prospector-flavoured configuration.
# pylint: disable=W0201
self.checker.select = ()
self.checker.options.select = ()
self.checker.options.ignore = tuple(prospector_config.get_disabled_messages('pep8'))

if 'max-line-length' in prospector_config.tool_options('pep8'):
Expand Down

0 comments on commit cbbb60e

Please sign in to comment.