Skip to content

Commit 826cc94

Browse files
committed
remove all things that we are not using for lib management
1 parent 74fe084 commit 826cc94

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

GUIDE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,20 @@ activate toolcraft
2525
poetry update
2626
```
2727

28-
Also do some more things for pre-commit, docs and pytest to work
28+
Also do some more things docs and pytest to work
2929
Rest all dependencies will be taken care on cloud
3030

3131
```bat
3232
poetry install --with dev --with test --with docs --with pre-commit --with build --no-root
33+
```
34+
35+
## Pre-commit (use in future if needed) -- IGNORE
36+
We will use this in future ...
37+
38+
This works only locally to do automated tests before commit ...
39+
should be taken care by individuals
40+
41+
```bat
3342
pre-commit install --install-hooks
3443
```
3544

0 commit comments

Comments
 (0)