File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ # isort
2
+ 46e0485a889453dc178a878b5b5ebbfc7e4eb5f1
3
+
4
+ # upgrade to black 20.8b1
5
+ 6fd6fdb381fe3f347627fd517a8f2dba7b0a7029
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ To get the code and start working on the changes you can start a console and:
9
9
- Clone the cwltool: ` git clone https://github.com/common-workflow-language/cwltool.git `
10
10
- Switch to cwltool directory: ` cd cwltool `
11
11
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
+
12
15
In order to contribute to the development of ` cwltool ` , the source code needs to
13
16
pass the test before your changes are accepted. There are a couple ways to test
14
17
the code with your changes: let ` tox ` manage installation and test running in
You can’t perform that action at this time.
0 commit comments