hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
55 stars 29 forks source link

Make the projects be their own `repr`! #94

Closed A5rocks closed 10 months ago

A5rocks commented 11 months ago

There's still a couple of things that are in the way (specifically comments and 1 specific version-specific project). Not sure how to handle that. Also black doesn't split string lines which means annoying flake8 :( fixed.

Once the above is fixed, this means the project list can be modified at runtime e.g. to update dependencies or to cache some information (like runtime cost).

A5rocks commented 11 months ago

I really shouldn't be writing these PRs when tired :(

Thank you for the review @Akuli. Slightly unrelated question, cause I don't know where else to ask: is there a reason you archived https://github.com/Akuli/issue-downloader? Do you still think something like that is plausible?

Akuli commented 11 months ago

TIL that you can't create issues on archived repos :)

It was some combination of these, don't remember what exactly:

It might be possible to get that to work, feel free to try if you have time :)