-
Notifications
You must be signed in to change notification settings - Fork 445
Update precommit config #843
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #843 +/- ##
==========================================
- Coverage 91.54% 91.13% -0.42%
==========================================
Files 17 17
Lines 1621 1635 +14
==========================================
+ Hits 1484 1490 +6
- Misses 137 145 +8
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
This PR updates the pre-commit configuration file to use recent library versions. It also corrects deprecated settings. It preserves the string quote style to minimize unneeded code churn. Pre-commit will ignore checking notebook files and
.githubfiles to minimize unnecessary changes.The
pyproject.tomlfile was updated for Python version 3.10 (the lowest supported version for papermill). Deprecated settings have been updated.The docstring was manually fixed in
setup.pyto improve on the suggested autofix.There are no papermill source file changes other than docstring formatting.
Closes #834 Supercedes #840