-
Notifications
You must be signed in to change notification settings - Fork 915
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 cython-lint to pre-commit checks. #12020
Conversation
Codecov ReportBase: 88.15% // Head: 86.88% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #12020 +/- ##
================================================
- Coverage 88.15% 86.88% -1.27%
================================================
Files 133 133
Lines 22148 21973 -175
================================================
- Hits 19525 19092 -433
- Misses 2623 2881 +258
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. |
@MarcoGorelli Thanks for your work on |
Cool, thanks for the update, and please do reach out if anything else comes up! |
@gpucibot merge |
Description
Adds
cython-lint
(https://github.com/MarcoGorelli/cython-lint) to the list of pre-commit checks. It is most similar to flake8 but with support for Cython syntax -- the rule set it enforces is fairly short, it mostly helps identify unused imports in Cython files.Checklist