Skip to content

Commit

Permalink
Merge branch 'fmt-blame' of https://github.com/RMeli/mdanalysis into …
Browse files Browse the repository at this point in the history
…fmt-blame
  • Loading branch information
RMeli committed Jan 8, 2025
2 parents 94396c3 + 0eb9b83 commit ff6045f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
##### git-blame show what revision and author last modified each line of a file
##### .git-blame-ignore-revs file is used to ignore certain revisions from being
##### git-blame shows what revision and author last modified each line of a file
##### The ".git-blame-ignore-revs" file is used to ignore certain revisions from being
##### shown in the output of git blame (also on GitHub blame view).
#
# ~~~ Commits that only change the formatting of the code should be ignored. ~~~
#
# --- Automated Formatting with `black` ---
# MDAnalysis was automatically formatted with `black` (end of 2024, beginning of 2025).
# Formatting PRs (should) contain "[fmt]" in the title (and so do the related commit).
# Formatting PRs (should) contain "[fmt]" in the title (and so do the related commits).
# See https://github.com/MDAnalysis/mdanalysis/issues/2450 for more details.
# The following commits are squash commits that contain only formatting changes.
# The following commits are squash commits that contain only^ formatting changes.
# ^ This is not strictly true. See PRs for the nitty gritty details.
#. PR numbers are listed just above the commit being ignored.
#4725
571431a169e5881f7d09930c4d7e633df0f2cd40
#4726
Expand Down

0 comments on commit ff6045f

Please sign in to comment.