Context and feature:
Using linters can help ensure that code is clean consistent. Through the use of Github Actions, linters could be automatically run for each new commit that is pushed to the repository.
Proposed solution:
Github Actions could be used to run the Python linter pylint on the repository's .py files. Additional linters could also be implemented as well.
Context and feature:
Using linters can help ensure that code is clean consistent. Through the use of Github Actions, linters could be automatically run for each new commit that is pushed to the repository.
Proposed solution:
Github Actions could be used to run the Python linter pylint on the repository's .py files. Additional linters could also be implemented as well.