Skip to content

Commit dd45b18

Browse files
updated readme and removed lock poetry file
1 parent a1cc614 commit dd45b18

File tree

2 files changed

+13
-582
lines changed

2 files changed

+13
-582
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,16 @@ res = calculate_uncertanity(
4141

4242
print(res)
4343
```
44+
45+
46+
### Start dev
47+
```bash
48+
poetry install
49+
poetry config virtualenvs.in-project true
50+
poetry run pre-commit run --all-files
51+
```
52+
### Run precommits
53+
run precomits before you push code back to remote
54+
```bash
55+
poetry run pre-commit run --all-files
56+
```

0 commit comments

Comments
 (0)