Skip to content

Commit

Permalink
Update CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
weibeu committed Sep 27, 2020
1 parent aec2876 commit 17b7c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You may or may not find it much relevant but I prefer few conventions and code s
- Please do follow the Python `PEP 8`_ style guide.
- You may or may not include docstrings. Although it's required but can also be added later on after making the PR.
- Prefer prefixing the commit messages with emojis. Check the `Emoji Usage Reference`_ for info on which emoji to use.
- Explicitly mention and inherit ``object`` when writing classes. For example, prefer `class Foo(object): ...` over ``class Foo: ...``.
- Explicitly mention and inherit ``object`` when writing classes. For example, prefer ``class Foo(object): ...`` over ``class Foo: ...``.
- Prefer relative imports over absolute imports.

Emoji Usage Reference
Expand Down

0 comments on commit 17b7c6b

Please sign in to comment.