Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…uation into stage
  • Loading branch information
Mich-31 committed Jan 8, 2024
2 parents d1c0dd3 + a6e24cd commit 8c00e85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ Additionally, in order to streamline the analysis process and focus on the most

This approach allowed us to concentrate on addressing the most crucial code quality aspects while improving readability, maintainability, and adherence to coding standards within the project.

For all the files we obtain a rating of 10/10, except for the following files:
- src.api.prometheus.instrumentator.py, with a rating of 8.33/10
- src.api.schemas.py, with a rating 8.72/10
- src.api.api.py, with a rating of is 8.85/10
- src.utils.py, with a rating of 9.88/10

# Flake8
We also used the Flake8 tool to write cleaner, more readable, and more easily maintainable code, reducing common errors and promoting the adoption of best practices in writing Python code. Even in this case most of the errors were related to indentation errors, extraneous whitespace and instances of excessively long lines. Then, we solve all these errors and we obtain good results from the analyses.
![Flake8 Report](./docs/images/Flake8/Flake8Report.png)
Expand Down

0 comments on commit 8c00e85

Please sign in to comment.