189 errors (156 suppressed) in project which pyright says has none #1506
davetapley
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Is the project open-sourced/can you share more details about it? 189 errors (156 suppressed) means there are 33 errors that aren't covered by existing I can't be sure whether this is expected until we look at what the errors are, but I imagine that some of them could be false-positives due to some bug/gap in Pyrefly. We'd appreciate any bug reports or repros you can provide for these issues. In the meantime, errors can be bulk-suppressed using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did
pyrefly initper the docs, and it modified mypyproject.toml.However a
pyright --level errorexits0with:and
pyrefly checkexits1with:Is that expected?
Beta Was this translation helpful? Give feedback.
All reactions