class BaseClass:
or class BaseClass(object)
#700
Unanswered
cidrblock
asked this question in
Linters, linting, formatting, pre-commit, CI
Replies: 1 comment 2 replies
-
FWIW never inheriting from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
conflicts with:
So either we disable WPS306 or the pylint R0205.
My preference would be the WPS error because, if only because it feels like a step backward, even knowing the message is not related to python2 but instead consistency.
Beta Was this translation helpful? Give feedback.
All reactions