This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,16 +51,20 @@ The old distribution method is documented in
5151
5252## Getting started
5353
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.
5555
56561 . Make sure you have [ pyenv] ( https://github.com/pyenv/pyenv ) installed.
5757
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 `
5963
60641 . 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+ ```
6468
65691. Install project dependencies.
6670 ```
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 11[tool .poetry ]
22name = " conventional-commit"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44description = " a tool for writing conventional commits, conveniently"
55authors = [" nebbles" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments