Skip to content

Commit

Permalink
Update pre-commit initial start
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrobolcato committed Sep 29, 2023
1 parent 5f50563 commit e25dda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/scripts/post_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ conda env create -n dev -f envs/dev.yaml
conda init

# setup pre-commit
pre-commit install --install-hooks
pre-commit run --all-files
pre-commit install --install-hooks
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ To perform linting and formatting, run from the root of the repo:
pre-commit run --all-files
```

The first execution might take a bit longer, as it will set up the virtual environment
where the linter and the formatter will run.

## Server

The server has a single endpoint that receives `POST` requests.
Expand Down

0 comments on commit e25dda8

Please sign in to comment.