Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .git-blame-ignore-revs #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Apply black and ruff to code, and fix some ruff lint issues. Also close #613.
ff3fdd8039bb11e93d7a5b06a32091d58e97bfbf

# introduced f-strings
76fb2a6cb2c4a4a788a5b62710848daf9c8fb7ce
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include .bumpversion.cfg
include .cookiecutterrc
include .coveragerc
include .editorconfig
include .git-blame-ignore-revs
include .pre-commit-config.yaml
include .readthedocs.yml
include pytest.ini
Expand Down