@@ -50,14 +50,13 @@ Editor integration
50
50
- :ref: `Flymake <pylint_in_flymake >`
51
51
- `Jupyter Notebook `_
52
52
- Komodo _
53
- - PyCharm _ :ref: `the section below <pylint_in_pycharm >`
53
+ - :ref: `PyCharm <pylint_in_pycharm >`
54
54
- PyDev _
55
55
- pyscripter _ in the `Tool -> Tools ` menu.
56
56
- Spyder _ in the `View -> Panes -> Static code analysis `
57
- - TextMate _ :ref: `the section below <pylint_in_textmate >`
57
+ - :ref: `TextMate <pylint_in_textmate >`
58
58
- Vim _
59
- - `Visual Studio `_
60
- - `Visual Studio Code `_ in the `Preferences -> Settings ` menu (`Visual Studio Code Pylint Extension `_)
59
+ - :ref: `Visual Studio Code <visual-studio-code >` in the `Preferences -> Settings ` menu
61
60
- `Visual Studio `_ in the `Python > Run PyLint ` command on a project's context menu.
62
61
- WingIDE _
63
62
@@ -68,13 +67,9 @@ Editor integration
68
67
.. _another option for gedit : https://wiki.gnome.org/Apps/Gedit/PylintPlugin
69
68
.. _Jupyter Notebook : https://github.com/nbQA-dev/nbQA
70
69
.. _Komodo : https://mateusz.loskot.net/post/2006/01/15/running-pylint-from-komodo/
71
- .. _PyCharm : https://www.jetbrains.com/pycharm/
72
- .. _pydev : https://www.pydev.org/
70
+ .. _pydev : https://www.pydev.org/manual_adv_pylint.html
73
71
.. _pyscripter : https://github.com/pyscripter/pyscripter
74
72
.. _spyder : https://docs.spyder-ide.org/current/panes/pylint.html
75
- .. _TextMate : https://macromates.com
76
73
.. _Vim : https://www.vim.org/scripts/script.php?script_id=891
77
- .. _Visual Studio Code : https://code.visualstudio.com/docs/python/linting
78
- .. _Visual Studio Code Pylint Extension : https://marketplace.visualstudio.com/items?itemName=ms-python.pylint
79
74
.. _Visual Studio : https://docs.microsoft.com/visualstudio/python/code-pylint
80
75
.. _WingIDE : https://wingware.com/doc/warnings/external-checkers
0 commit comments