-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring #14
Refactoring #14
Conversation
GabrielBarberini
commented
Dec 28, 2023
- Improve code style and readability
- Group API routes by tag as different modules
- Fix pylint errors
refactors repositories standardizes controller exception handling refactors application routes fixes repositories connection close timing updates postman collection updates README fixes pylint errors fixes pylint errors apply black style to modules Update pylint.yml Update pylint.yml Update pylint.yml disable warnings
671aa6a
to
83b0e4e
Compare
JFYI: All integration tests passed for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall it's a very good work!
When reviewing 29 files, I may not be able to catch all the details, but I tried my best, hope you can find it helpful.
I will have to remove W0511 from pylint as well since we will persist using #TODO for now |
removes W0511 (tolerates #TODO)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @GabrielBarberini !!