Skip to content

Commit 4b1d24b

Browse files
committed
deploy: 7e5a301
1 parent ed6da9a commit 4b1d24b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
Binary file not shown.

_sources/package-structure-code/code-style-linting-format.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ new changes are merged.
283283

284284
In addition to calling tools, Pre-commit also has a suite of [built in format
285285
hooks](https://github.com/pre-commit/pre-commit-hooks#hooks-available) that
286-
you can call. Some, such as trailing-whitespace can be also useful to add
286+
you can call. Some, such as `trailing-whitespace` can be also useful to add
287287
to your pre-commit workflow to ensure clean, streamlined code files.
288288

289289
An example pre-commit-config.yaml file is below with examples of how this is

package-structure-code/code-style-linting-format.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ <h3>Pre-commit hook example workflow<a class="headerlink" href="#pre-commit-hook
778778
<h2>General pre commit checks<a class="headerlink" href="#general-pre-commit-checks" title="Link to this heading">#</a></h2>
779779
<p>In addition to calling tools, Pre-commit also has a suite of <a class="reference external" href="https://github.com/pre-commit/pre-commit-hooks#hooks-available">built in format
780780
hooks</a> that
781-
you can call. Some, such as trailing-whitespace can be also useful to add
781+
you can call. Some, such as <code class="docutils literal notranslate"><span class="pre">trailing-whitespace</span></code> can be also useful to add
782782
to your pre-commit workflow to ensure clean, streamlined code files.</p>
783783
<p>An example pre-commit-config.yaml file is below with examples of how this is
784784
all setup.</p>

0 commit comments

Comments
 (0)