Skip to content

Commit 6341135

Browse files
committed
Update static analysis tools
1 parent bb865a2 commit 6341135

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Doc/faq/programming.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ Are there tools to help find bugs or perform static analysis?
5656

5757
Yes.
5858

59-
`Pylint <https://pylint.pycqa.org/en/latest/index.html>`_ and
60-
`Pyflakes <https://github.com/PyCQA/pyflakes>`_ do basic checking that will
59+
`Ruff <https://docs.astral.sh/ruff/>`__,
60+
`Pylint <https://pylint.readthedocs.io/>`__ and
61+
`Pyflakes <https://github.com/PyCQA/pyflakes>`__ do basic checking that will
6162
help you catch bugs sooner.
6263

63-
Static type checkers such as `Mypy <https://mypy-lang.org/>`_,
64-
`Pyre <https://pyre-check.org/>`_, and
65-
`Pytype <https://github.com/google/pytype>`_ can check type hints in Python
64+
Static type checkers such as `mypy <https://mypy-lang.org/>`__,
65+
`ty <https://docs.astral.sh/ty/>`__,
66+
`Pyrefly <https://pyrefly.org/>`__, and
67+
`pytype <https://github.com/google/pytype>`__ can check type hints in Python
6668
source code.
6769

6870

0 commit comments

Comments
 (0)