Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pycodestyle #131

Closed
brian-smith-tcril opened this issue Apr 21, 2023 · 0 comments · Fixed by #133
Closed

remove pycodestyle #131

brian-smith-tcril opened this issue Apr 21, 2023 · 0 comments · Fixed by #133

Comments

@brian-smith-tcril
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant