System pre-commit hooks
Closed this issue · 0 comments
AGhost-7 commented
Before committing, it should run static checks automatically if present in the project.
python
- black
- mypy
node
- eslint
- prettier (pretty-quick)
rust
- rustfmt
- clippy
Closed this issue · 0 comments
Before committing, it should run static checks automatically if present in the project.