File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ OpenStack CI environment and replicate it in your test environment.
166
166
Using the pre-commit hook
167
167
=========================
168
168
169
- Nova makes use of the `pre-commit framework <https://pre-commit.com/ >`__ to
169
+ Nova can make use of the `pre-commit framework <https://pre-commit.com/ >`__ to
170
170
allow running of some linters on each commit. This must be enabled locally to
171
171
function:
172
172
@@ -175,6 +175,10 @@ function:
175
175
$ pip install --user pre-commit
176
176
$ pre-commit install --allow-missing-config
177
177
178
+ As a reminder, the hooks are optional and you are not enforced to run them.
179
+ You can either not install pre-commit or skip the hooks once by using the
180
+ `--no-verify ` flag on `git commit `.
181
+
178
182
Using a remote debugger
179
183
=======================
180
184
You can’t perform that action at this time.
0 commit comments