-
Notifications
You must be signed in to change notification settings - Fork 9
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
ignore another big auto format #437
Conversation
Okay this also tests that the PR template is now working! We can access the release template with a quary URL param, I don't know where we want to put a link to that, maybe on our docs or wiki? This can be future work. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #437 +/- ##
=======================================
Coverage 98.67% 98.67%
=======================================
Files 36 36
Lines 2117 2117
=======================================
Hits 2089 2089
Misses 28 28 ☔ View full report in Codecov by Sentry. |
Also I turned on "only squash commits" via the web UI since we talked about doing that but it never happened. @ianmkenney can you check to see if when you run pre-commit locally now it doesn't try and change anything? |
cd `mktemp -d`
git clone https://github.com/openfreeenergy/gufe && cd gufe
micromamba create -p ../env/ python=3.11 pre-commit --yes
micromamba -p ../env/ run pre-commit run --all-files shows that no files were reformatted. Do we know why it took multiple calls of the bot to fix things? That sounds like a bug. |
I looked into it and looking at the logs (below) it had to do with an interaction where pyupgrade made a change (converted a I will check to see if pyupgrade has any config options to play nicer with black. |
@mikemhenry in discussion with @ianmkenney, can we just drop |
Sure I can update this PR with that change. Just a few notes:
|
@mikemhenry works for me! We also have agreement from @atravitz, @jthorton, and @ianmkenney! |
Okay this should be good to go now! |
lgtm, thanks @mikemhenry! |
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!
Tips
Since this will create a commit, it is best to make this comment when you are finished with your work.
Checklist
news
entryDevelopers certificate of origin