-
Notifications
You must be signed in to change notification settings - Fork 76
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 pre-commit hook #607
Conversation
Codecov ReportBase: 82.48% // Head: 81.61% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #607 +/- ##
==========================================
- Coverage 82.48% 81.61% -0.88%
==========================================
Files 78 78
Lines 6070 6070
==========================================
- Hits 5007 4954 -53
- Misses 1063 1116 +53
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This reverts commit c1bde71.
Depends on #608
To spot bugs like in #66, I'm adding
pyright
as a pre-commit hook. For now I've disabled most pyright checks to make CI pass. I will gradually enable more checks and add code fixes, but that will happen in separate PRs.