Update HACKING file about coding standard tools

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2017-12-06 13:53:02 +05:30 committed by James Valleroy
parent 3e644f7afa
commit b542d43175
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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