Jesulayomy / SCHub

SCHub v0.1, A school data management system to allow School administration, Teachers manage students and courses data.
https://schub.jesulayomi.tech
MIT License
3 stars 10 forks source link

[Hacktoberfest] [Formatting]: Added pre-commit and Ruff. Closes #22 #23

Closed Jesulayomy closed 1 month ago

Jesulayomy commented 1 month ago

Pre-commit hooks and Ruff

Uses the pre-commit hooks recommended by @cleder to handle automatic formatting of the little details.

Handles:


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

Jesulayomy commented 1 month ago

Seems good to go!