-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Docs/use nbqa on notebooks #1041
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
Docs/use nbqa on notebooks #1041
Conversation
@MischaPanch I would like to add nbqa ruff check and nbqa mypy to the pre-commit-config |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1041 +/- ##
==========================================
- Coverage 88.24% 88.17% -0.08%
==========================================
Files 98 99 +1
Lines 8083 8099 +16
==========================================
+ Hits 7133 7141 +8
- Misses 950 958 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sure, go ahead :) |
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.
Only the minor change in pyproject.toml is needed. You can also add the nbqa stuff to pre-commit. Then this is ready for merging, thanks @carlocagnetta !
add nbqa pre-commit add nbqa pre-commit add nbqa pre-commit
poe format
poe lint
andpoe type-check
poe test
(or a subset of them with
poe test-reduced
) ,and they passpoe doc-build
PR Description
Resolve: #1004, #974