-
Notifications
You must be signed in to change notification settings - Fork 18
skpkg: line length fixes, GH workflow edits, and other small edits #136
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## migration #136 +/- ##
============================================
Coverage ? 98.97%
============================================
Files ? 6
Lines ? 1267
Branches ? 0
============================================
Hits ? 1254
Misses ? 13
Partials ? 0
🚀 New features to boost your workflow:
|
Thanks @cadenmyers13 . If it is all autofixes I can merge it. If it s "mostly" autofixes, please tell me the manual fixes and I will check them. In general, we want the autofix PRs to be just autofixed. |
@sbillinge the only manual fixes were changing the copyright dates (going from 2024-2025) so basically it's all autofixed |
I merged this, but please can you confirm that |
@sbillinge numpy is used in tests and its in doc/source/. The only use of it in
|
interesting. Is that class used anywhere? I don't think we had any complaints from people when it wasn't in |
@sbillinge when i cmd+F search for it its only found in the file it is located in which is
|
I am guessing that that was a Pavol testing thing. Let's remove numpy from conda.txt etc. |
@sbillinge okay ill send a PR |
It looks like a lot of edits were made here but its mostly just autofixes made by pre-commit.