You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using vulture as an External Tool with PyCharm.
a linter, such as Flake8, outputs reported issues with absolute pathnames to the files. These are 'clickable' in the PyCharm Run UI, to jump directly to the related code.
vulture (after testing outside of pycharm as well) seems to only output relative paths from the cwd without a leading /
it appears that PyCharm relies on detecting paths in the Run output with the starting / (e.g. absolute path), for external tools anyway (Pylint has a more complex integration).
if vulture had a command line option to tell it to output absolute paths, that would be helpful.
I'd be happy to contribute.
The text was updated successfully, but these errors were encountered:
Using vulture as an External Tool with PyCharm.
a linter, such as Flake8, outputs reported issues with absolute pathnames to the files. These are 'clickable' in the PyCharm Run UI, to jump directly to the related code.
vulture (after testing outside of pycharm as well) seems to only output relative paths from the cwd without a leading /
it appears that PyCharm relies on detecting paths in the Run output with the starting / (e.g. absolute path), for external tools anyway (Pylint has a more complex integration).
if vulture had a command line option to tell it to output absolute paths, that would be helpful.
I'd be happy to contribute.
The text was updated successfully, but these errors were encountered: