Skip to content

Commit 36e73fe

Browse files
authored
git blame: ignore mass-reformatting (#1792)
1 parent 809f4cc commit 36e73fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.git-blame-ignore-revs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# isort
2+
46e0485a889453dc178a878b5b5ebbfc7e4eb5f1
3+
4+
# upgrade to black 20.8b1
5+
6fd6fdb381fe3f347627fd517a8f2dba7b0a7029

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ To get the code and start working on the changes you can start a console and:
99
- Clone the cwltool: `git clone https://github.com/common-workflow-language/cwltool.git`
1010
- Switch to cwltool directory: `cd cwltool`
1111

12+
It is suggested that you run `git config blame.ignoreRevsFile .git-blame-ignore-revs`
13+
to filter out mass-formatting commits from `git blame`.
14+
1215
In order to contribute to the development of `cwltool`, the source code needs to
1316
pass the test before your changes are accepted. There are a couple ways to test
1417
the code with your changes: let `tox` manage installation and test running in

0 commit comments

Comments
 (0)