We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12c9ae commit a897e0cCopy full SHA for a897e0c
doc/devel/coding_guide.rst
@@ -373,8 +373,8 @@ will run on all supported platforms and versions of Python.
373
- ``[skip appveyor]`` (must be in the first line of the commit): AppVeyor
374
- ``[skip azp]``: Azure Pipelines
375
376
- - ``[ci skip]`` or ``[skip ci]``: skip all CIs. Use this only if you know
377
- your changes do not need to be tested at all (this is very rare!)
+ - ``[skip ci]``: skip all CIs. Use this only if you know your changes do not
+ need to be tested at all, which is very rare.
378
379
.. _pr-squashing:
380
0 commit comments