pylyzer icon indicating copy to clipboard operation
pylyzer copied to clipboard

A fast static code analyzer & language server for Python

Results 70 pylyzer issues
Sort by recently updated
recently updated
newest added

I run pylyzer in an activated poetry environment. It even marks packages form the standard library as errors. ```Error[#0506]: File aigateway.py, line 1, .Template 1 | from string import Template...

stale

## The issue #54 might have mentioned that, however they have a different issue. My question is more general. I have two python environments - virtual env and system environment,...

Hi, thanks for all the great work. I'm looking forward to try this out soon. One major feature preventing me to use it daily is the ability to resolve locally...

enhancement

Hello! 👋 I wanted to build pylyzer on my local machine, so I copied the nix flake from the erg repo. Let me know if you prefer a solution where...

Hello, Today I learned about the existence of this package and wanted to try vscode extension. - First time installing a rust package on my machine so I need `cargo`/`rustc`...

Running pylyzer yields ``` [ERR] ERG_PATH/lib/std.d not found ``` ``` (base) torstein@x1extreme:~/Downloads/erg$ echo $ERG_PATH /home/torstein/.erg (base) torstein@x1extreme:~/Downloads/erg$ which erg ~/.erg/bin/erg (base) torstein@x1extreme:~/Downloads/erg$ ls -l $ERG_PATH/lib total 16 drwxr-xr-x. 1 root...

I used to use pyright, and was not happy with the sluggish performance. Pylyzer is great in that sense, but I miss the code signatures feature from pyright. Will this...

I installed pylyzer via "pip install pylyzer" per the vscode extension instructions, but I keep getting this in the output: did I install it incorrectly? true thread 'pylyzer' panicked at...

Hi - I'm interested in publishing `pylyzer` on the snap store (like [I have with ruff](https://snapcraft.io/ruff)). The snap store prefers official packages, but can accept unofficial packages too. As such,...

stale

Hi, I have a question, does this library work with stubs? How can I configure to watch stubs in a local directory? [https://peps.python.org/pep-0484/#stub-files](https://peps.python.org/pep-0484/#stub-files)