mtshiba / pylyzer

A fast static code analyzer & language server for Python
http://mtshiba.github.io/pylyzer/
MIT License
2.21k stars 34 forks source link

pylyzer should report relative file path in original case #45

Closed rtgiskard closed 1 year ago

rtgiskard commented 1 year ago

I'm using neovim with plugin like telescope and trouble, pylyzer is installed with mason as lsp server.

pylyzer installed version: 0.0.31 my neovim config: lazyNvim

mtshiba commented 1 year ago

All issues have been fixed in v0.0.36. Also, although it is trivial, the source of the error (program name "pylyzer") is now displayed.

DanielAndreasen commented 12 months ago

Is the pyproject.toml required for pylyzer to run? I have a very similar experience as above in nvim with latest pylyzer version (0.0.39). Nothing happened until I touched the toml-file.