-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
code/qualityRelating to code quality (linting, types...)Relating to code quality (linting, types...)
Description
Is your feature request related to a problem? Please describe.
pylint makes me feel bad. I spend a lot of time fighting pylint over code smells. We've also had issues in the past where pylint gives false positives because we either track a new version of python or other reasons.
Describe the solution you'd like
I was thinking of switching to pycodestyle or taking a deep dive off pylint's documentation to configure it better.
Describe alternatives you've considered
I've had lots of dark thoughts alone in the parlor late at night, deep into my third tumbler of whiskey. I discussed alternatives above.
Additional context
>>> from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chanceMetadata
Metadata
Assignees
Labels
code/qualityRelating to code quality (linting, types...)Relating to code quality (linting, types...)