Skip to content

Commit

Permalink
Update git blame rev ignore list
Browse files Browse the repository at this point in the history
In the recently merged Qiskit#7615 we bumped the black version and constrained
it to a stable version to keep us on a fixed set of formatting rules but
also receiving bug fixes. In doing this some new formatting rules were
applied to the repo (mainly `x ** y` was changed to `x**y`) by the new
version of black. To reduce noise in the git blame this commit updates
the .git-blame-ignore-revs file (which was added after we started using
black in Qiskit#6362) to include the sha1 for this commit. This means that
when running git blame on files this commit will be ignored (assuming
the local git environment is configured correctly).
  • Loading branch information
mtreinish committed Feb 3, 2022
1 parent 3763e61 commit 68fad51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2eee56616d50a9e26756f855ef4aa0135920ad78
3763e61f16f97598cb0fa317277ad85fa15db738

0 comments on commit 68fad51

Please sign in to comment.