Closed jugmac00 closed 2 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.
Down to a couple of errors, which are currently type ignored
(Mostly) fixed by #117
you want
mypy
working for just the test suite or the entire project? I mean the package itself is just a static type checker.