mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-11 22:36:49 +10:00
21 lines
181 B
Markdown
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
|
|
```
|