Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: let git blame ignore black and isort only commits
I listed large commits that only change style, by applying black and/or isort, but no contents, into .git-blame-ignore-revs, that way GitHub's blame view automatically ignores then, and the CLI git blame can also ignore them with the option `--ignore-revs-file=.git-blame-ignore-revs`.
- Loading branch information