CONTRIBUTING: Require flake8 compliance

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Fioddor Superconcentrado 2020-09-16 13:59:09 +00:00 committed by Sunil Mohan Adapa
parent d588e7fa25
commit b527b003a3
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -31,7 +31,7 @@ Naming conventions:
repository.
* Before committing your changes ensure that your code conforms to base code
hygiene by running tests (see HACKING.md) and the automatic code formatting
tools `yapf` and `isort`.
tools `yapf` and `isort`. Please check also with `flake8`.
* Please include one single feature per merge request, to keep the review simple
and focused on one topic. (This might still mean hundreds of lines of code.)
Use a branch other than `master`, so you can create multiple merge requests