Leaderboard-Pro icon indicating copy to clipboard operation
Leaderboard-Pro copied to clipboard

[HACKTOBERFEST-25] feat: implement Pre-commit Hooks for Code Quality

Open krishnan05 opened this issue 2 years ago • 0 comments

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.

krishnan05 avatar Dec 27 '23 19:12 krishnan05