Update Coding standards authored by fima's avatar fima
......@@ -81,4 +81,7 @@ Everything inside the `tests` directory will be executed, and a report will be s
![image](uploads/d801db199b143c853413e006b51c3734/image.png)
For this case, two tests were present in the `test_examples.py` file.
\ No newline at end of file
For this case, two tests were present in the `test_examples.py` file.
# Code quality
We should use `pylint` to ensure the quality of the code, by checking it against the guidelines.
\ No newline at end of file