Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lint to pre-commit and/or to CI #364

Open
jonperron opened this issue Dec 21, 2024 · 0 comments
Open

Add lint to pre-commit and/or to CI #364

jonperron opened this issue Dec 21, 2024 · 0 comments

Comments

@jonperron
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant