Skip to content

Commit

Permalink
Add unnecessary-pass for pylint-update (home-assistant#18985)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and balloob committed Dec 4, 2018
1 parent d6a4e10 commit ab7c52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# abstract-method - with intro of async there are always methods missing
# inconsistent-return-statements - doesn't handle raise
# not-an-iterable - https://github.com/PyCQA/pylint/issues/2311
# unnecessary-pass - readability for functions which only contain pass
disable=
abstract-class-little-used,
abstract-method,
Expand All @@ -32,6 +33,7 @@ disable=
too-many-public-methods,
too-many-return-statements,
too-many-statements,
unnecessary-pass,
unused-argument

[REPORTS]
Expand Down

0 comments on commit ab7c52a

Please sign in to comment.