AGhost-7/docker-dev

System pre-commit hooks

Closed this issue · 0 comments

Before committing, it should run static checks automatically if present in the project.

python

  • black
  • mypy

node

  • eslint
  • prettier (pretty-quick)

rust

  • rustfmt
  • clippy