Skip to content

Commit e7c5fa0

Browse files
committed
git blame: ignore mass-reformatting
1 parent d857e21 commit e7c5fa0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# black + isort
2+
69e709fde4a3afada10d441cb9e0a85f8a95a3d4

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Style guide:
33
- Python 3.6+ compatible code
44
- PEP-484 type hints
55

6+
It is suggested that you run `git config blame.ignoreRevsFile .git-blame-ignore-revs`
7+
to filter out mass-formatting commits from `git blame`.
8+
69
In order to contribute to the development of ``cwl-utils``, you need to install cwl-utils from source (preferably in a virtual environment):
710
Here's a rough guide (improvements are welcome!)
811
- Install virtualenv via pip: ``pip install virtualenv``

0 commit comments

Comments
 (0)