We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fe084 commit 826cc94Copy full SHA for 826cc94
GUIDE.md
@@ -25,11 +25,20 @@ activate toolcraft
25
poetry update
26
```
27
28
-Also do some more things for pre-commit, docs and pytest to work
+Also do some more things docs and pytest to work
29
Rest all dependencies will be taken care on cloud
30
31
```bat
32
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
42
pre-commit install --install-hooks
43
44
0 commit comments