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

frontend/backend: add pre-commit hooks for linting and formatting and run tools to the codebase #49

Open
CammilleCC opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@CammilleCC
Copy link
Collaborator

The project lacks pre-commit hooks for enforcing code style and quality, leading to inconsistent formatting and potential errors.

We should consider adding pre-commit hooks to automate linting and formatting checks before commits.

Tools to be used:

  • Python: ruff (linting) and black (formatting)
  • React: eslint (linting) and prettier (formatting)

Additionally, we should run these tools across the existing codebase to standardize formatting and address linting issues.

@CammilleCC CammilleCC self-assigned this Jan 15, 2025
@CammilleCC CammilleCC added the enhancement New feature or request label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant