You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>Code Formatting & Linting</strong></p>
457
457
<ulclass="simple">
458
458
<li><p>Formatted code makes your life and those who use/review your code easier. Standardized formatting with tools like <codeclass="docutils literal notranslate"><spanclass="pre">black</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">isort</span></code> (see the provided <codeclass="docutils literal notranslate"><spanclass="pre">.pre-commit-config.yaml</span></code>).</p></li>
459
-
<li><p><aclass="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><aclass="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>
Copy file name to clipboardExpand all lines: _sources/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ project_name/
57
57
58
58
* 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`).
59
59
*[Pre-commit hooks](https://pre-commit.com/) to automate checks before pushing code! Follow their quick Guide to do this, but in short:
0 commit comments