boaviztapi icon indicating copy to clipboard operation
boaviztapi copied to clipboard

Add lint to pre-commit and/or to CI

Open jonperron opened this issue 2 months ago • 0 comments

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.

jonperron avatar Dec 21 '24 08:12 jonperron