Files
kt-connect/docs/developer/pre-commit.md
2020-02-24 13:55:18 +08:00

21 lines
181 B
Markdown

Pre Commit
---
> https://pre-commit.com/
## Install
Install pre-commit:
```
pip install pre-commit
# or
brew install pre-commit
```
Apply to local
```
pre-commit install
```