Hi, This week I:
- Wrote and corrected docstrings in the patch-finder. - Added types to docstrings in the patch-finder. - Refactored some code for better readability and lesser complexity. - Fixed some bugs discovered upon manual testing such as undesirable depth propagation and responses with no content-type. This required implementation of a few middlewares. - Wrote a few more test cases for the crawling logic, specifically for responses with no content-type and with no links to scrape or follow. My working repository: https://github.com/jajajasalu2/patch-finder Cheers, Jaskaran.
