You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a lot of interactive rebasing (git rebase -i release), I ran into several instances of black being in disagreement with the git tree about the formatting of some *.py file.
I am wondering whether it would be possible to hook the existing pre-commit checks into git such that the checks also run after edits made during (interactive) rebases.
The text was updated successfully, but these errors were encountered:
During a lot of interactive rebasing (
git rebase -i release
), I ran into several instances ofblack
being in disagreement with the git tree about the formatting of some*.py
file.I had to fix these manually with
I am wondering whether it would be possible to hook the existing
pre-commit
checks intogit
such that the checks also run after edits made during (interactive) rebases.The text was updated successfully, but these errors were encountered: