Skip to content

Commit

Permalink
Merge pull request #150 from aloetesting/fix-pylint
Browse files Browse the repository at this point in the history
Disable unnecessary-pass for pylint
  • Loading branch information
koterpillar committed Nov 30, 2018
2 parents a880a46 + 38c04a2 commit ef21045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ disable=
too-few-public-methods,
too-many-lines,
useless-object-inheritance,
unnecessary-pass,
unused-argument,
wrong-import-order,
RP0101,
Expand Down

0 comments on commit ef21045

Please sign in to comment.