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

Code Quality Checks #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yelboudouri
Copy link

Hi, thank you for open sourcing this wonderful project. I want to make a code quality control contribution. As your project is growing, I've noticed that it's becoming essential to add this type of control so that new contributors can find the code easier to read in the future and eventually contribute to it.

This pull request includes a Makefile that checks the quality of the code with make quality and reformats the code with make style. It's using the Ruff library as a formatter. I have already run it on the repository, and it did fix some inconsistencies, but there are more to address. I'm waiting for your opinion to continue the work on it.

I'm also considering adding a PR workflow that checks new pull requests to ensure they meet the quality standards before merging them. What do you think?

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

Successfully merging this pull request may close these issues.

1 participant