Uses the pre-commit hooks recommended by @cleder to handle automatic formatting of the little details.
Handles:
[x] Trailing Whitespaces
[x] Fix End of Files
[x] Check for added large files
[x] ruff linting
[x] ruff-formatting
This pull request includes several changes aimed at improving code consistency, and configuring pre-commit hooks. The most important changes include adding pre-commit hooks, updating the README.md file with additional setup instructions, and making consistent formatting changes across multiple files. This PR closes #22
Pre-commit hooks and Ruff
Uses the pre-commit hooks recommended by @cleder to handle automatic formatting of the little details.
Handles:
[x] Trailing Whitespaces
[x] Fix End of Files
[x] Check for added large files
[x] ruff linting
[x] ruff-formatting
This pull request includes several changes aimed at improving code consistency, and configuring pre-commit hooks. The most important changes include adding pre-commit hooks, updating the
README.md
file with additional setup instructions, and making consistent formatting changes across multiple files. This PR closes #22