mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
deploy: 26c1330764
This commit is contained in:
parent
fce02eb61b
commit
5202b9a591
4 changed files with 4 additions and 8 deletions
|
@ -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
Loading…
Reference in a new issue