Skip to content

Commit

Permalink
Disable too-many-public-methods for PyLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Sep 12, 2019
1 parent 20e432e commit ccea762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def _run_linter(self, file_or_module):
)


# pylint: disable=too-many-instance-attributes
# pylint: disable=too-many-instance-attributes,too-many-public-methods
class PyLinter(
config.OptionsManagerMixIn,
MessagesHandlerMixIn,
Expand Down

0 comments on commit ccea762

Please sign in to comment.