pythonph/pyconph

Implement pre-commit hooks

zorexsalvo opened this issue · 0 comments

Pre-commit hooks are automated checks or actions that run before a developer's code changes are committed to the version control system (e.g., Git). These hooks serve several crucial purposes, making them a valuable addition to our development process