boaviztapi
boaviztapi copied to clipboard
Add lint to pre-commit and/or to CI
Problem
I noticed that neither the CI pipeline nor the commit process includes a linter to enforce best practices.
Solution
I would propose to add at least ruff as pre-commit, so code quality is checked before pushing to repo. You can check an example of implementation here.
Alternatives
Can also work with pylint, flake8 or black.