Pedro Impulcetto

Results 3 issues of Pedro Impulcetto

Fixing type hints for Any parameter. #### Before ![Screenshot 2024-05-01 at 10 02 06 AM](https://github.com/asacristani/fastapi-rocket-boilerplate/assets/42066025/a722192f-7acf-4b8c-9582-7c81fae1777a) #### After ![Screenshot 2024-05-01 at 10 02 18 AM](https://github.com/asacristani/fastapi-rocket-boilerplate/assets/42066025/b053940f-e4c3-479a-aab4-c3d0449cfe2d) ![Screenshot 2024-05-01 at 10 02 13 ...

Hey there, I'm trying to keep this repository alive by implementing Mypy as a static type checker and making some small improvements, not changing the repository core. I hope it...

## Requirements Dev Creating a new requirements file to keep all developer dependencies together and keep only necessary dependencies in the `requirements.txt` file.