Skip to content

Commit 1b870fe

Browse files
authored
Format the style guide
1 parent 280a852 commit 1b870fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Style guide:
2-
PEP-8
3-
Python 2.7 + Python 3.5+ compatible code
4-
PEP-484 type hints, in comments for Python 2.7 compatability
5-
Vertically align the type hints in function definitions
2+
- PEP-8
3+
-Python 2.7 + Python 3.5+ compatible code
4+
- PEP-484 type hints, in comments for Python 2.7 compatability
5+
- Vertically align the type hints in function definitions
66

77
In order to contribute to the development of ``cwltool``, you need to install cwltool from source (preferably in a virtual environment):
88
Here's a rough guide (improvements are welcome!)

0 commit comments

Comments
 (0)