Add python check (#643)

This commit is contained in:
Jure Bajic
2022-11-09 01:48:34 -08:00
committed by GitHub
parent c4c3a254bf
commit 1d5f387ddd
12 changed files with 116 additions and 94 deletions

6
init
View File

@@ -147,5 +147,11 @@ done;
python3 -m pip install pre-commit
python3 -m pre_commit install
# Install py format tools
echo "Install black formatter"
python3 -m pip install black==22.10.*
echo "Install isort"
python3 -m pip install isort==5.10.*
# Link `include/mgp.py` with `release/mgp/mgp.py`
ln -v -f include/mgp.py release/mgp/mgp.py