File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,15 @@ Are there tools to help find bugs or perform static analysis?
5656
5757Yes.
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
6162help 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
6668source code.
6769
6870
You can’t perform that action at this time.
0 commit comments