We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyright
mypy
We added pyright in 3.0.3 (see: #5457), but mypy is still being used for type checking https://github.com/pallets/flask/blob/main/tox.ini#L29-L32, and pyright is not.
If this was an intentional change of type checkers, then would expect that mypy be completely removed, and pyright be the command run in tox typing.
tox typing
It should be noted, however, that running pyright yields 90 errors (71 tests/19 src). Is there an upgrade path or was this an oversight?
Environment:
The text was updated successfully, but these errors were encountered:
fixed in #5620
Sorry, something went wrong.
No branches or pull requests
We added
pyright
in 3.0.3 (see: #5457), butmypy
is still being used for type checking https://github.com/pallets/flask/blob/main/tox.ini#L29-L32, andpyright
is not.If this was an intentional change of type checkers, then would expect that
mypy
be completely removed, andpyright
be the command run intox typing
.It should be noted, however, that running
pyright
yields 90 errors (71 tests/19 src). Is there an upgrade path or was this an oversight?Environment:
The text was updated successfully, but these errors were encountered: