Make pep8 rules more clear in CONTRIBUTING.md

This commit is contained in:
Chris Dent 2015-10-11 13:01:21 +01:00
parent 5fdeabb5cb
commit 9a26928dd1
1 changed files with 7 additions and 0 deletions

View File

@ -40,3 +40,10 @@ When you push your branch back to Github please never force push.
If your pull request receives some comments and you need to make some
changes, please do them as _an additional commit_ on the branch used for
the pull request.
Any code you submit should follow the rules of
[pep8](https://www.python.org/dev/peps/pep-0008/). You can test that
it does by running `tox -epep8` in your checkout. Note that when you
run that the code will also be evaluated to be sure it follows some
standards established in the OpenStack development community (mostly
to do with import handling and line breaks).