This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,20 @@ The old distribution method is documented in
51
51
52
52
## Getting started
53
53
54
- 1 . Make sure you have [ Poetry ] ( https://github .com/sdispater/poetry ) installed.
54
+ 1 . Make sure you have [ pre-commit ] ( https://pre-commit .com/#install ) installed.
55
55
56
56
1 . Make sure you have [ pyenv] ( https://github.com/pyenv/pyenv ) installed.
57
57
58
- 1 . Git clone.
58
+ 1 . Make sure you have [ Poetry] ( https://github.com/sdispater/poetry ) installed.
59
+
60
+ 1 . ` git clone `
61
+
62
+ 1 . ` pre-commit install `
59
63
60
64
1 . It is highly recommend you enable setting for storing the venvs within your projects.
61
- ```
62
- poetry config settings.virtualenvs.in-project true
63
- ```
65
+ ```
66
+ poetry config settings.virtualenvs.in-project true
67
+ ```
64
68
65
69
1. Install project dependencies.
66
70
```
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.3 "
1
+ __version__ = "0.2.4 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " conventional-commit"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
description = " a tool for writing conventional commits, conveniently"
5
5
authors = [" nebbles" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments