From b527b003a3517578e0cb8feaed7583b367929c1a Mon Sep 17 00:00:00 2001 From: Fioddor Superconcentrado Date: Wed, 16 Sep 2020 13:59:09 +0000 Subject: [PATCH] CONTRIBUTING: Require flake8 compliance Reviewed-by: Sunil Mohan Adapa --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf0cb8465..9b74d4070 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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