Skip to content

TYP: suppress pyright's information-level output #51122

New issue

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

Merged
merged 1 commit into from
Feb 3, 2023
Merged

TYP: suppress pyright's information-level output #51122

merged 1 commit into from
Feb 3, 2023

Conversation

twoertwein
Copy link
Member

pre-commit run --hook-stage manual -av pyright_reportGeneralTypeIssues is currently very verbose as pyright prints a line for each un-annotated function it skips. This PR removes these information-level messages (still prints warnings and errors).

@mroeschke mroeschke added the Typing type annotations, mypy/pyright type checking label Feb 2, 2023
@mroeschke mroeschke added this to the 2.0 milestone Feb 3, 2023
@mroeschke mroeschke merged commit edad036 into pandas-dev:main Feb 3, 2023
@mroeschke
Copy link
Member

Thanks @twoertwein

@twoertwein twoertwein deleted the pyright branch August 9, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants