▲ | jolux 5 days ago | |||||||||||||
I believe Pyrefly is stricter, so it may be a better choice for new projects but harder to integrate into existing ones without type-checking. | ||||||||||||||
▲ | denis- 5 days ago | parent [-] | |||||||||||||
I have a medium-sized codebase that is all green when running mypy with the strictest configuration possible. Pyrefly spits put around 200 errors for the same codebase. Most errors are related to SQLAlchemy. | ||||||||||||||
|