mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
deploy: cdd5979129
This commit is contained in:
parent
02c87a36bb
commit
fce02eb61b
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
|
||||
|
|
|
@ -17106,9 +17106,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