SCope
SCope copied to clipboard
Automatic pre-commit hooks
Git pre-commit (pre-push) hooks are useful to avoid committing (pushing) code which is guaranteed to fail CI. The process of adding hooks for a given project is complicated and error prone... but can be automatied. Several tools already exist e.g.
ATTN @KrisDavie @dweemx