leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macro support

blem14 opened this issue · comments

I use venv in my project and auto-detect of pylint.exe seems to find the correct path, but it fails at test, so I provided the path manually and it succeeded. However, I had to provide whole path, as it is impossible to use macros, like in External Tools.

It would be really nice to be able to pass paths like this ones:

$PyInterpreterDirectory$\pylint.exe
$ProjectFileDir$\pylint.cfg

instead of

D:\MyProject\sdk\venv\Scripts\pylint.exe
D:\MyProject\pylint.cfg

since you could be moving the project or don't have to set it up for every project separately.

commented

This issue has been automatically marked as stale because it has not had activity in the last 60 days.