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
I was just giving pylyzer a spin, and it reports various errors in a test repo I have (which is a good thing).
However, I tried to look into the errors, but it seems there isn't much documentation for them? The docs site just mentions 3 "Pylyzer-specific errors", but otherwise, I cannot find any documentation for diagnostics like E2205 or E847.
Since it sounds like errors are also supported by other tools, I tried searching for the error codes in the pyright, pylint, and ruff docs. However, they all do not have any rules with those codes. So, I am a bit at a loss where I can find more docs for various rules, making it qute hard to resolve those diagnostics.
The text was updated successfully, but these errors were encountered:
I was just giving pylyzer a spin, and it reports various errors in a test repo I have (which is a good thing).
However, I tried to look into the errors, but it seems there isn't much documentation for them? The docs site just mentions 3 "Pylyzer-specific errors", but otherwise, I cannot find any documentation for diagnostics like
E2205
orE847
.Since it sounds like errors are also supported by other tools, I tried searching for the error codes in the pyright, pylint, and ruff docs. However, they all do not have any rules with those codes. So, I am a bit at a loss where I can find more docs for various rules, making it qute hard to resolve those diagnostics.
The text was updated successfully, but these errors were encountered: