summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2022-12-21 18:09:08 +0000
committerclokep <clokep@users.noreply.github.com>2022-12-21 18:09:08 +0000
commit84d3138647254bbdbcef13337fd8ed9119a9d88d (patch)
treeaf483d9346e5814bd1bd0f8146a1750354551f47 /develop/print.html
parentdeploy: 43c54ba75337e4a58b94de1bf7d8fbc3d7753ae6 (diff)
downloadsynapse-84d3138647254bbdbcef13337fd8ed9119a9d88d.tar.xz
deploy: 14abf22dd696129f69cd1a14b2044a4ca6cb1972
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html
index 649f82ec0a..376e8a6d48 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -15469,7 +15469,7 @@ errors in code.</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://flake8.pycqa.org/en/latest/">flake8</a>, which can spot common errors; and</li>
+<li><a href="https://github.com/charliermarsh/ruff">ruff</a>, which can spot common errors; and</li>
 <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a>, a type checker.</li>
 </ul>
 <p>Install them with:</p>
@@ -15481,7 +15481,7 @@ errors in code.</p>
 <p>It's worth noting that modern IDEs and text editors can run these tools
 automatically on save. It may be worth looking into whether this
 functionality is supported in your editor for a more convenient
-development workflow. It is not, however, recommended to run <code>flake8</code> or <code>mypy</code>
+development workflow. It is not, however, recommended to run <code>mypy</code>
 on save as they take a while and can be very resource intensive.</p>
 <h2 id="general-rules"><a class="header" href="#general-rules">General rules</a></h2>
 <ul>