Leaderboard-Pro
Leaderboard-Pro copied to clipboard
[HACKTOBERFEST-25] feat: implement Pre-commit Hooks for Code Quality
Issue Description
This issue is raised to discuss and implement pre-commit hooks in our project to ensure and enforce code quality standards before a commit is made. Pre-commit hooks help catch issues early in the development process and maintain a consistent codebase.
Issue Description
This issue is raised to discuss and implement pre-commit hooks in our project to ensure and enforce code quality standards before a commit is made. Pre-commit hooks help catch issues early in the development process and maintain a consistent codebase.
Goals
- Implement pre-commit hooks for code linting, formatting, and other relevant checks.
- Ensure that all contributors have a consistent development environment.