File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -129,18 +129,19 @@ print(is_conventional("custom: this is a conventional commit", types=["custom"])
129129
130130` ` ` shell
131131$ conventional-pre-commit -h
132- usage: conventional-pre-commit [-h] [--force-scope] [--strict] [types ...] input
132+ usage: conventional-pre-commit [-h] [--force-scope] [--scopes SCOPES] [-- strict] [types ...] input
133133
134134Check a git commit message for Conventional Commits formatting.
135135
136136positional arguments:
137- types Optional list of types to support
138- input A file containing a git commit message
137+ types Optional list of types to support
138+ input A file containing a git commit message
139139
140140options:
141- -h, --help show this help message and exit
142- --force-scope Force commit to have scope defined.
143- --strict Force commit to strictly follow Conventional Commits formatting. Disallows fixup! style commits.
141+ -h, --help show this help message and exit
142+ --force-scope Force commit to have scope defined.
143+ --scopes SCOPES Optional list of scopes to support. Scopes should be separated by commas with no spaces (e.g. api,client)
144+ --strict Force commit to strictly follow Conventional Commits formatting. Disallows fixup! style commits.
144145` ` `
145146
146147Supply arguments on the command-line, or via the pre-commit `hooks.args` property :
You can’t perform that action at this time.
0 commit comments