-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reformat codebase with Ruff autoformatter and remove .ipynb checkpoints and *.pyc files #7
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
49bc6b4
to
03eed22
Compare
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.
I have added a comment on using pre-commit
. Otherwise LGTM.
@isaacaka can you please review this so we can get this merged. |
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.
Looks good to merge
Needs re-reviewing
I suspect there might be annoying issues with subsequent Jupyter files when attempting to rebase any subsequent branches off of these changes. @isaacaka do you think these would be too awful to fix? |
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.
Have left a couple of minor comments. Otherwise LGTM.
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.
LGTM
This PR renames the
densite.py
file todensity.py
, corrects a few spelling mistakes and appliesRuff
autoformatter project-wide.Closes #5