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 don't have a ton of free time at the moment, but here are some (opinionated) suggestions for making the repo easier to maintain in the future. Take these as suggestions to be discussed
https://mypy.readthedocs.io/en/stable/ for static typing. I've become a huge proponent of static typing for being able to quickly understand code (especially old code you haven't looked at for a while)
Using click instead of argparse. IMO click is so easy to work with, and a small enough dependency, that it's a better choice.
I don't have a ton of free time at the moment, but here are some (opinionated) suggestions for making the repo easier to maintain in the future. Take these as suggestions to be discussed