We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ruff
black
eslint
prettier
Additionally, we should run these tools across the existing codebase to standardize formatting and address linting issues.
The text was updated successfully, but these errors were encountered:
CammilleCC
No branches or pull requests
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:
ruff
(linting) andblack
(formatting)eslint
(linting) andprettier
(formatting)Additionally, we should run these tools across the existing codebase to standardize formatting and address linting issues.
The text was updated successfully, but these errors were encountered: