-
Notifications
You must be signed in to change notification settings - Fork 120
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
Setup pre-commit #452
Comments
I would like to work on this issue but I do have one question. How to test the changes like how would i get to know that git commit is working fine |
Subject: Request to Assign Issue: Set Up Pre-commit for Black, Flake8, and pytestHi @tushar5526 sir, I hope this message finds you well. I wanted to discuss the implementation of a pre-commit setup within our repository to streamline our coding standards and ensure consistency across commits. Overview of Implementation:
This integration aligns with our goal of maintaining a high-quality codebase and minimizing manual efforts in code formatting and checks. Expected Behavior:
I'm eager to work on this issue and would greatly appreciate it if you could assign this issue to me. |
Assigned, it would be helpful if you can add in |
Set up pre-commit to run black, flake8, pytest (if possible) before commits.
The text was updated successfully, but these errors were encountered: