-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add .git-blame-ignore-revs (#2366)
Clear some "noise" when using GitHub's "blame view" UI tool to see changes in code history for individual files. These commits are chosen as they are mostly style-related changes rather than code refactors (minor refactors are OK): - de38a5b - 675d12b - 2912b1d - 5d4324d - 16b84e8 - b142b08 - 12a3bcd
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Introduce end-of-line normalization (#913) | ||
de38a5bb9559a4acb14317a9038ce8267c432c03 | ||
|
||
# Initial GitHub actions for linting (#954) | ||
675d12b07b1c7f93c2bce9da29790cf364d52505 | ||
|
||
# apply consistent multi-line string formatting (#1166) | ||
2912b1dfc3fbfc926128702f222b7b1ca9f15c6c | ||
|
||
# use f-strings to format str (#1212) | ||
5d4324ddb6ed5abad231295d63e28cdf779e5e07 | ||
|
||
# consistently use relative imports (#1330) | ||
16b84e8e7933b98c63eaa4fbeb47f6e28a45d611 | ||
|
||
# switch to ruff, ignore known test warnings, numpy compat fixes (#2124) | ||
b142b081516e6ac78e426257c7472dd4a9994b89 | ||
|
||
# reformat codebase with longer line length (#2362) | ||
12a3bcd1ba8b229e00e2da8a448e7866c16fdb29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters