Pyrefly v1.0 is here (fast type checker and language server for Python)
1–10 of 10 posts
Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#2Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#3Funny what HN randomly misses sometimes -- this is huge news! Congrats to you and the team.
Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#4Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#5Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#6It’s a memory hog! The other day it was using 2.5GB of RAM.
Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#7Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#8Wish Django Stubs dont need a Mypy plugin https://github.com/typeddjango/django-stubs
I think that Django's magic isn't statically typecheckable, so I tend to avoid those features altogether. If it's not possible, you can still provide a custom stubs for your needs, or provide a custom abstraction that wraps the not-typechecked parts, or accept that some parts of your codebase are less safe to modify than others. Nothing perfect, but it works.
Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#9Re: Pyrefly v1.0 is here (fast type checker and language server for Python)
#10I wish there was a config to error when a inferred type is either Any or Unknown so we can spot these locations. The report has it, but seeing it in the IDE would be great