Skip to content

Commit f2a0b09

Browse files
committed
deploy: 85df5af
1 parent 251c064 commit f2a0b09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ <h4>Recommended Directory Structure<a class="headerlink" href="#recommended-dire
456456
<li><p><strong>Code Formatting &amp; Linting</strong></p>
457457
<ul class="simple">
458458
<li><p>Formatted code makes your life and those who use/review your code easier. Standardized formatting with tools like <code class="docutils literal notranslate"><span class="pre">black</span></code> and <code class="docutils literal notranslate"><span class="pre">isort</span></code> (see the provided <code class="docutils literal notranslate"><span class="pre">.pre-commit-config.yaml</span></code>).</p></li>
459-
<li><p><a class="reference external" href="https://pre-commit.com/">Pre-commit hooks</a> to automate checks before pushing code! Follow their quick Guide to do this, but in short:
460-
(1) install it in your dev env</p></li>
459+
<li><p><a class="reference external" href="https://pre-commit.com/">Pre-commit hooks</a> to automate checks before pushing code! Follow their quick Guide to do this, but in short:</p></li>
461460
</ul>
461+
<p>(1) install it in your dev env</p>
462462
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="n">pip</span> <span class="n">install</span> <span class="n">pre</span><span class="o">-</span><span class="n">commit</span>
463463
</pre></div>
464464
</div>

_sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ project_name/
5757

5858
* Formatted code makes your life and those who use/review your code easier. Standardized formatting with tools like `black` and `isort` (see the provided `.pre-commit-config.yaml`).
5959
* [Pre-commit hooks](https://pre-commit.com/) to automate checks before pushing code! Follow their quick Guide to do this, but in short:
60+
6061
(1) install it in your dev env
6162
```python
6263
pip install pre-commit

0 commit comments

Comments
 (0)