You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To the best of my understanding, running pycodestyle is redundant. The CI already runs pylint, which properly reads the pylintrc. pycodestyle, however, is using pep8. These conflicting rules have made it so a workaround for line length was needed to get all the CI tests to pass.
To avoid issues like this in the future, we should simply remove pycodestyle.
The text was updated successfully, but these errors were encountered:
To the best of my understanding, running
pycodestyle
is redundant. The CI already runspylint
, which properly reads thepylintrc
.pycodestyle
, however, is usingpep8
. These conflicting rules have made it so a workaround for line length was needed to get all the CI tests to pass.To avoid issues like this in the future, we should simply remove
pycodestyle
.The text was updated successfully, but these errors were encountered: