Closed amiicao closed 1 month ago
A pipeline is an integral structure used to hold stages of development. Add a pipeline to the repository with a linter stage to keep code consistent amongst devs and prevent errors.
TODO:
See the following linters:
see https://pypi.org/project/pylint/
Flake8 is too slow on my local machine. PyLint is supposedly even slower than Flake8. I am opting for a more modern linter: Ruff
A pipeline is an integral structure used to hold stages of development. Add a pipeline to the repository with a linter stage to keep code consistent amongst devs and prevent errors.
TODO:
See the following linters: