mirror of https://github.com/jab/bidict.git
Set up pre-commit in gitpod env
This commit is contained in:
parent
2b5e325a73
commit
18d4a89e8e
|
@ -21,3 +21,5 @@ tasks:
|
|||
- init: |
|
||||
python3 -m pip install -U pip
|
||||
python3 -m pip install -r requirements/dev.txt
|
||||
export PIP_USER=false # Work around https://github.com/gitpod-io/gitpod/issues/4886
|
||||
pre-commit install --install-hooks
|
||||
|
|
Loading…
Reference in New Issue