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

Linting #7

Open
kgarwoodsdzwa opened this issue Jun 28, 2023 · 0 comments
Open

Linting #7

kgarwoodsdzwa opened this issue Jun 28, 2023 · 0 comments
Assignees

Comments

@kgarwoodsdzwa
Copy link
Collaborator

The modules within sageranger folder (besides init) need to be linted using pylint and flake8 conventions. There are a few files with some "line too long" and "trailing white space errors" etc, and by running each bit of code through those checks, you can fix the errors and commit them. We don't want to change how the code works, just have them follow these conventions. You can do this by pip installing both pylint and flake8, and using the command line "flake8 " and the same for pylint. They both check for different errors so you'll have to run both.

@oimahawong oimahawong self-assigned this Jul 6, 2023
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

No branches or pull requests

2 participants