-
Notifications
You must be signed in to change notification settings - Fork 509
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
doc: Add details on language specific checking (Fixes #1551) #1561
Conversation
Resync repository
chore: update pre-commit config
# Conflicts: # .pre-commit-config.yaml # dev-requirements.txt
Codecov Report
@@ Coverage Diff @@
## main #1561 +/- ##
=======================================
Coverage 80.25% 80.25%
=======================================
Files 281 281
Lines 5581 5581
Branches 911 911
=======================================
Hits 4479 4479
Misses 904 904
Partials 198 198
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! And thanks especially for listing the --package-list option for python. In hindsight, I think people were trying -i requirements.txt
which doesn't work and I should have thought to make that more clear in the README before.
No description provided.