Skip to content

Commit

Permalink
updated readme and removed lock poetry file
Browse files Browse the repository at this point in the history
  • Loading branch information
StigHaraldGustavsen committed Mar 9, 2024
1 parent a1cc614 commit dd45b18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 582 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,16 @@ res = calculate_uncertanity(

print(res)
```


### Start dev
```bash
poetry install
poetry config virtualenvs.in-project true
poetry run pre-commit run --all-files
```
### Run precommits
run precomits before you push code back to remote
```bash
poetry run pre-commit run --all-files
```
Loading

0 comments on commit dd45b18

Please sign in to comment.