jugmac00 / flask-reuploaded

File uploads for Flask.
https://github.com/jugmac00/flask-reuploaded
MIT License
63 stars 12 forks source link

apply mypy on test suite #90

Closed jugmac00 closed 2 years ago

Alig1493 commented 3 years ago

you want mypy working for just the test suite or the entire project? I mean the package itself is just a static type checker.

jugmac00 commented 3 years ago

mypy is already applied on the app, see https://github.com/jugmac00/flask-reuploaded/blob/ecaceffebf247dea40040246c319aa6a0f0e0ff8/tox.ini#L33 but not yet on the test suite

So, yes. The entire project should be linted/type-checked. And only the test suite is missing.

jugmac00 commented 2 years ago

Down to a couple of errors, which are currently type ignored

jugmac00 commented 2 years ago

(Mostly) fixed by #117