From b542d431758c40ec5dade3602f662c9daa6afa67 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 6 Dec 2017 13:53:02 +0530 Subject: [PATCH] Update HACKING file about coding standard tools Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 434763518..c348208ca 100644 --- a/HACKING.md +++ b/HACKING.md @@ -154,8 +154,8 @@ Pacthes can be submitted in either of the two ways: ## Coding Practices Plinth confirms to [PEP 8](http://www.python.org/dev/peps/pep-0008/) Python -coding standard. You should check your code with *pep8* and *pylint* tools -before placing a merge request. +coding standard. Before placing a merge request, you should check your code +for errors with *flake8* and indent your code with *yapf*. ## Internationalization