You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: