hauntsaninja / mypy_primer

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

Add nionutils project (strict typing). #47

Closed cmeyer closed 1 year ago

cmeyer commented 1 year ago

I'm not sure this is ready for merging yet - I thought the PR would run the tests.

The question is whether the mypy command runs from within the cloned directory or from the directory above?

hauntsaninja commented 1 year ago

It runs within the cloned directory. mypy_primer CI doesn't run mypy_primer, because you'd effectively need a mypy_primer_primer to get reasonable output :-)

cmeyer commented 1 year ago

Ok this should be ready to go.

hauntsaninja commented 1 year ago

Thanks!