Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich-31 authored Jan 8, 2024
1 parent d38b20e commit 251cc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ For all the files we obtain a rating of 10/10, except for the following files:
- src.api.schemas.py, with a rating 6.40/10
- src.api.api.py, with a rating of is 8.85/10
- src.utils.py, with a rating of 9.88/10

The evaluation of the schemas.py file is significantly low due to the presence of "no-self-argument" and "too-few-public-methods" errors. Fixing the "no-self-argument" error results in an error during pytest testing. The "too-few-public-methods" error is a direct consequence of not resolving the "no-self-argument" error.

# Flake8
Expand Down

0 comments on commit 251cc87

Please sign in to comment.