#
# This file lists revisions that should be ignored when considering
# attribution for the actual code written.  Code style changes should
# not be considered as modifications with regards to attribution.
#
# To see clean and meaningful blame information.
# $ git blame important.py --ignore-revs-file .git-blame-ignore-revs
#
# To configure git to automatically ignore revisions listed in a file on every call to git blame.
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# Ignore changes introduced when doing global file format changes
# STYLE: change camelCase to snake_case
6acf4583eb1362af40cb03db068e139bb29d6b96
# STYLE: Apply `black` formatting.
649e8d0577431734481590c83651adefbce31777
