fixbug: pip install pre-commit

This commit is contained in:
莘权 马 2023-12-24 18:20:34 +08:00
parent 3fcf2b0d96
commit ff78230a88

View file

@ -1,7 +1,7 @@
default_stages: [ commit ]
# Install
# 1. pip install pre-commit
# 1. pip install pre-commit isort black
# 2. pre-commit install(the first time you download the repo, it will be cached for future use)
repos:
- repo: https://github.com/pycqa/isort