We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ce9b7 commit 756d11cCopy full SHA for 756d11c
Makefile
@@ -9,6 +9,10 @@ PYTHON ?= python
9
zipdoc: html
10
zip documentation.zip doc/_build/html
11
12
+.git-blame-ignore-revs: .git/HEAD
13
+ git log --grep "\[ignore-rev\]\|STY: black\|run black" -i --pretty=format:"# %ad - %ae - %s%n%H" > .git-blame-ignore-revs
14
+ echo >> .git-blame-ignore-revs
15
+
16
sdist: zipdoc
17
@echo "Building source distribution..."
18
$(PYTHON) setup.py sdist
0 commit comments