edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

Typing support #42

Open fennerm opened 6 months ago

fennerm commented 6 months ago

I'm interesting in working on this. Would you accept a PR for it?

Is your feature request related to a problem? Please describe. Type checking for code which uses argdantic isn't possible.

Describe the solution you'd like

Describe alternatives you've considered Open to using other type checkers as well if you'd prefer.

edornd commented 3 weeks ago

Tried my best, will certainly add mypy to the pre-commit configuration, but for the moment I fixed major typing problems (where it seemed necessary)!