File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ tasks:
11
11
before : cd docs
12
12
init : yarn install
13
13
command : yarn start
14
+
15
+ - name : Initialize `cz` and `pre-commit`
16
+ init : pip install -r requirements-dev.txt
17
+ command : pre-commit install && pre-commit run
14
18
15
19
ports :
16
20
- port : 3000
Original file line number Diff line number Diff line change
1
+ repos :
2
+ - hooks :
3
+ - id : commitizen
4
+ stages :
5
+ - commit-msg
6
+ repo : https://github.com/commitizen-tools/commitizen
7
+ rev : v2.20.3
8
+
9
+ - repo : https://github.com/ambv/black
10
+ rev : 21.12b0
11
+ hooks :
12
+ - id : black
13
+ language_version : python3.8
Original file line number Diff line number Diff line change
1
+ [tool ]
2
+ [tool .commitizen ]
3
+ name = " cz_conventional_commits"
4
+ version = " 0.9"
5
+ tag_format = " v$version"
You can’t perform that action at this time.
0 commit comments