Skip to content

Commit 3cf0bd7

Browse files
committed
removed PEP8 style requirement
1 parent 41808fa commit 3cf0bd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ make sure to create multiple branches. If you have multiple changes that depend
2020
on each other, start with the first one and do not submit any others until the
2121
first one has been processed.
2222

23-
3. __Use `gglasso` coding style__. We tried to adhere as closely as possible to the [PEP8](https://www.python.org/dev/peps/pep-0008/) guidelines, please, do so as well. Maintaining a consistent style across the whole code base makes it much easier to jump into the code. If you are modifying existing `gglasso` code that does not follow the style guide, a separate pull request to fix the style would be greatly appreciated.
24-
25-
4. If you add new parameters or a new function, you will also need to document them.
23+
3. If you add new parameters or a new function, you will also need to document them.
2624

2725
## Contributing code
2826

0 commit comments

Comments
 (0)