edornd / argdantic

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

Typing support #42

Open fennerm opened 10 months ago

fennerm commented 10 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 months 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)!