-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.git-blame-ignore-revs
More file actions
25 lines (23 loc) · 1.08 KB
/
Copy path.git-blame-ignore-revs
File metadata and controls
25 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Commits that moved every line without changing any code. `git blame` should
# look straight through them to whoever last touched the logic.
#
# Enable locally, once:
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# GitHub reads this file by name and applies it to its own blame view with no
# configuration.
#
# Only add a revision here that a tool can regenerate byte for byte. If a commit
# contains one hand edit alongside the mechanical churn, that edit becomes
# invisible to blame -- which is precisely the accident this file exists to
# prevent, inverted.
# style: normalize formatting across src/ and tests/
# The first `ruff format` run over a tree that had never had one: 169 of 176
# files, no hand edits. Verified by AST comparison, not by inspection.
ce1c281205c38b7bd95382a8643df8c4593b65ac
# style: sort imports in tests/
# `ruff check --select I001 --fix tests/` -- 71 findings, 34 files. The config
# change that unsuppressed them is a separate commit, deliberately, so this one
# holds nothing a tool cannot regenerate.
dc11ff65c15966565f71db4c775425dfef34c5c8