# This contains a list of git commit hashes that should be ignored when viewing the git blame on github.
# It can also be passed to `--ignore-revs-file` if using git locally.
# https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revltrevgt
# A typical use of these would be if a large formatting change was applied across the whole codebase but otherwise
# no runtime changes were made. Each entry should be preceded with a comment explaining the change.
# https://black.readthedocs.io/en/stable/guides/introducing_black_to_your_project.html#avoiding-ruining-git-blame
# Apply noqa markers for all TCH001 violations
f5e7df1846102d9a62cc9b9110387925ffae60cc
# Apply noqa markes for all PTH (use-pathlib) violations
# https://github.com/great-expectations/great_expectations/pull/7290
597b2b625569b6f5f110f8230ac26ab405167da6
