Files
kt-connect/docs/developer/pre-commit.md
T
2020-02-29 23:29:22 +08:00

18 lines
158 B
Markdown

# Pre Commit Hooks
## Install
Install pre-commit:
```
pip install pre-commit
# or
brew install pre-commit
```
Apply to local
```
pre-commit install
```