Closed CoolCat467 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.62%. Comparing base (
57452ad
) to head (42830d7
). Report is 1 commits behind head on main.
I think the main concern with this is having to remember to git pull
whenever this happens, whereas someone could trivially fix it locally...
But to be honest I'm not as sold on that line of thought as I once was (for one, anyone committing things from a machine could have installed pre-commit to begin with). Now I'm neutral on this, rather than negative.
The main issue IMO w/ our pre-commit setup in general is that our autogenerated files hook is not great, cause it relies on having astor
etc installed. But that's irrelevant to this as a PR.
I think the main concern with this is having to remember to
git pull
whenever this happens, whereas someone could trivially fix it locally...
even if you do forget to pull you can usually just rebase and everything gets resolved.
In this pull request, we allow pre-commit.ci to autofix pull requests. The specific pre-commit hooks we use are all designed well and will avoid making changes that might cause issues, and people usually end up saying the trigger message to fix their pull requests anyways.