Skip to content

Commit

Permalink
MNT: Add .git-blame-ignore-revs make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 5, 2023
1 parent a9ce9b7 commit 756d11c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ PYTHON ?= python
zipdoc: html
zip documentation.zip doc/_build/html

.git-blame-ignore-revs: .git/HEAD
git log --grep "\[ignore-rev\]\|STY: black\|run black" -i --pretty=format:"# %ad - %ae - %s%n%H" > .git-blame-ignore-revs
echo >> .git-blame-ignore-revs

sdist: zipdoc
@echo "Building source distribution..."
$(PYTHON) setup.py sdist
Expand Down

0 comments on commit 756d11c

Please sign in to comment.