aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Automatic pre-commit hooks #262

Open MaybeJustJames opened 4 years ago

MaybeJustJames commented 4 years ago

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.

MaybeJustJames commented 4 years ago

ATTN @KrisDavie @dweemx