Skip to content

Commit bdfb2c9

Browse files
authored
Exclude automated formatting PRs from git blame (#4886)
1 parent 263bbe6 commit bdfb2c9

File tree

4 files changed

+46
-69
lines changed

4 files changed

+46
-69
lines changed

.git-blame-ignore-revs

+43-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
1-
# black
2-
83e5f99051d86ca354b537be8854c40f9b6ce172
1+
##### git-blame shows what revision and author last modified each line of a file
2+
##### The ".git-blame-ignore-revs" file is used to ignore certain revisions from being
3+
##### shown in the output of git blame (also on GitHub blame view).
4+
#
5+
# ~~~ Commits that only change the formatting of the code should be ignored. ~~~
6+
#
7+
# --- Automated Formatting with `black` ---
8+
# MDAnalysis was automatically formatted with `black` (end of 2024, beginning of 2025).
9+
# Formatting PRs (should) contain "[fmt]" in the title (and so do the related commits).
10+
# See https://github.com/MDAnalysis/mdanalysis/issues/2450 for more details.
11+
# The following commits are squash commits that contain only^ formatting changes.
12+
# ^ This is not strictly true. See PRs for the nitty gritty details.
13+
#. PR numbers are listed just above the commit being ignored.
14+
#4725
15+
571431a169e5881f7d09930c4d7e633df0f2cd40
16+
#4726
17+
46be788d84a6cb149d90e4493a726c3a30b3cca0
18+
#4802
19+
441e2c67abdb8a0a5ffac4a0bc5e88bc7c329aa8
20+
#4804
21+
25e755fd78e0a6fb71a91c9d3d989328f021f34b
22+
#4809
23+
557f27d658ff0d4011bbe0efa03495f18aa2c1ce
24+
#4848
25+
b710e57a64654bed5250eb771f0f27a2dddfeebf
26+
#4850
27+
9110a6efe2765802856d028e650ebb0117d336bf
28+
#4851
29+
a10e23e681023f383baac7582c39dce4180e2263
30+
#4856
31+
c08cb797fd1a2cb45bc0b9e4522cabb15d1f36bd
32+
#4857
33+
29deccc9b43a09d2ec3b456bb9c70aae4c34c2cd
34+
#4859
35+
9312fa67f163ec055a66f5756a182206fbea3130
36+
#4861
37+
55cce24003d4c0975b1bba387b9e6ac20638780e
38+
#4874
39+
5eef34165b03281515e08a69159f6504e3a2ff8b
40+
#4875
41+
b8fe34b73c9df9330c1608229b2f8cddc6e275b4
42+
#4885
43+
263bbe65047e535fbad981852ad9c7327826f93d

maintainer/active_files_package.lst

-44
This file was deleted.

maintainer/active_files_testsuite.lst

-21
This file was deleted.

package/CHANGELOG

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The rules for this file:
1414

1515

1616
-------------------------------------------------------------------------------
17-
??/??/?? IAlibay, ChiahsinChu, RMeli, tanishy7777, talagayev,
18-
tylerjereddy
17+
??/??/?? IAlibay, ChiahsinChu, RMeli, tanishy7777, talagayev, tylerjereddy,
18+
marinegor
1919

2020
* 2.9.0
2121

@@ -36,6 +36,7 @@ Enhancements
3636

3737

3838
Changes
39+
* Codebase is now formatted with black (version `24`) (PR #4886)
3940

4041
Deprecations
4142

0 commit comments

Comments
 (0)