-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: use ruff instead of flake8,black,isort,pyupgrade,nbQA,etc. #263
Conversation
Signed-off-by: Henry Schreiner <[email protected]>
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
Signed-off-by: Henry Schreiner <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #263 +/- ##
==========================================
+ Coverage 91.08% 91.77% +0.68%
==========================================
Files 2 2
Lines 303 304 +1
Branches 83 81 -2
==========================================
+ Hits 276 279 +3
Misses 17 17
+ Partials 10 8 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
FYI, I might not have included the absolute import check, it's somewhere in Ruff, but I don't use it, so not sure where it is. |
@henryiii thanks for this PR! I'm in transit but I can also review this later on this week, though seems @APN-Pucky is already in it. 👍 |
LGTM, Thanks! |
(Just added a label - we try and keep it tidy :).) |
Simpler, faster, less to manage.
Close #247.