Skip to content

Commit

Permalink
Merge pull request #15 from rtfd/humitos/lint/py3-object-inheritance
Browse files Browse the repository at this point in the history
Disable useless-object-inheritance since we run linting on Python3
  • Loading branch information
humitos authored Aug 27, 2018
2 parents ae89229 + 29f887f commit 9d65363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ pylint:
disable:
- logging-format-interpolation
- inconsistent-return-statements
# We are running lint with Python 3.x but we still support Python 2.x
# (corporate site is under Python 2.x)
- useless-object-inheritance

mccabe:
run: false
Expand Down

0 comments on commit 9d65363

Please sign in to comment.