Configure pre-commit for project (#346)

This commit is contained in:
Arun Babu Neelicattu
2022-03-03 19:10:01 +01:00
committed by GitHub
parent bd69862a02
commit a836fb23bc
6 changed files with 1733 additions and 16 deletions

View File

@@ -381,8 +381,7 @@ datetime.datetime(2019, 1, 1, 11, 59, 58, 800000, tzinfo=datetime.timezone.utc)
```sh
# Get set up with the virtual env & dependencies
poetry run pip install --upgrade pip
poetry install
poetry install -E compiler
# Activate the poetry environment
poetry shell