GatorEducator/GatorMiner

Add Pylint to Github Action and Pipfile

Closed this issue · 0 comments

Currently, the code standard of this project is only enforced by flake8, as it is being checked through Github Action. It would be useful for the project to also adopt pylint as another linter, so as to fulfill the assessment requirements.