Update CONTRIB with instructions on checking style

This commit is contained in:
Luke Campagnola 2014-06-16 12:41:36 -06:00
parent 274c765594
commit 9a5e526c61
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ Please use the following guidelines when preparing changes:
* PyQtGraph prefers PEP8 for most style issues, but this is not enforced
rigorously as long as the code is clean and readable.
* Use `python setup.py style` to see whether your code follows
the mandatory style guidelines checked by flake8.
* Exception 1: All variable names should use camelCase rather than
underscore_separation. This is done for consistency with Qt