Skip to content
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

Add pyright as a pre-commit check #2115

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Add pyright as a pre-commit check #2115

merged 1 commit into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Add pyright as a pre-commit check

    Another pair of eyes, pyright is a type check plus a bit more, and will
    inspect the code from slightly different point of view. As a result, it
    will report issues mypy cannot spot, or cannot spot *yet* because the
    set of implemented checks is simply different.
    
    The slow, gradual approach is the key here, like the one we know from
    mypy introduction, and slowly files and packages will get covered.
    happz authored and psss committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3b58629 View commit details
    Browse the repository at this point in the history