Skip to content

Commit 8630cfd

Browse files
authored
Fix the VS Code extension link syntax @ FAQ (#9975)
This document is in RST, but the link was mistakenly formatted using Markdown.
1 parent 8900ccb commit 8630cfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/faq.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ I want to run pylint on each keystroke in my IDE. How do I do that?
7272

7373
Pylint full suite of checks will never be fast enough to run on every keystroke.
7474
However, some IDEs can run pylint when the IDE opens or saves files.
75-
See, for example, the
76-
[Microsoft plugin for vs-code](https://github.com/microsoft/vscode-pylint?tab=readme-ov-file#pylint-extension-for-visual-studio-code).
75+
See, for example, the `Microsoft plugin for VS Code`_.
7776

7877

7978
That said, pylint is best suited for linting on save for small projects, for continuous
@@ -85,6 +84,8 @@ option, which will remove all the refactor, convention, and warning checks. You
8584
checks with inherently high complexity that need to analyse the full code base like
8685
``duplicate-code`` or ``cyclic-import`` (this list is not exhaustive).
8786

87+
.. _`Microsoft plugin for VS Code`: https://github.com/microsoft/vscode-pylint#readme
88+
8889
Why do I have non-deterministic results when I try to parallelize pylint ?
8990
--------------------------------------------------------------------------
9091

0 commit comments

Comments
 (0)