deploy: 26c1330764
This commit is contained in:
@@ -166,9 +166,7 @@ quickly and automatically check for formatting (and sometimes logical)
|
||||
errors in code.</p>
|
||||
<p>The necessary tools are:</p>
|
||||
<ul>
|
||||
<li><a href="https://black.readthedocs.io/en/stable/">black</a>, a source code formatter;</li>
|
||||
<li><a href="https://pycqa.github.io/isort/">isort</a>, which organises each file's imports;</li>
|
||||
<li><a href="https://github.com/charliermarsh/ruff">ruff</a>, which can spot common errors; and</li>
|
||||
<li><a href="https://github.com/charliermarsh/ruff">ruff</a>, which can spot common errors and enforce a consistent style; and</li>
|
||||
<li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a>, a type checker.</li>
|
||||
</ul>
|
||||
<p>See <a href="development/contributing_guide.html#run-the-linters">the contributing guide</a> for instructions
|
||||
|
||||
@@ -17105,9 +17105,7 @@ quickly and automatically check for formatting (and sometimes logical)
|
||||
errors in code.</p>
|
||||
<p>The necessary tools are:</p>
|
||||
<ul>
|
||||
<li><a href="https://black.readthedocs.io/en/stable/">black</a>, a source code formatter;</li>
|
||||
<li><a href="https://pycqa.github.io/isort/">isort</a>, which organises each file's imports;</li>
|
||||
<li><a href="https://github.com/charliermarsh/ruff">ruff</a>, which can spot common errors; and</li>
|
||||
<li><a href="https://github.com/charliermarsh/ruff">ruff</a>, which can spot common errors and enforce a consistent style; and</li>
|
||||
<li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a>, a type checker.</li>
|
||||
</ul>
|
||||
<p>See <a href="development/contributing_guide.html#run-the-linters">the contributing guide</a> for instructions
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user