datavorous / yars

Yet Another Reddit Scrapper (without API keys) | Scrap search results, posts and images from subreddits filtered by hot, new etc and bulk download any user's data.
MIT License
21 stars 11 forks source link

Black code formatting #8

Closed CoolCat467 closed 1 month ago

CoolCat467 commented 1 month ago

I would like to add black code formatting to this project.

There are several benefits to using black, including but not limited to the following:

In short, using black is a straightforward and effective way to enhance the development workflow. By using Black, we can ensure that the code remains clean, consistent, and easy to navigate, which ultimately leads to a more efficient and enjoyable coding experience for everyone involved.

Full disclosure, I am suggesting this as a part of Hacktoberfest 2024, but would highly recommend using black for any project regardless.

datavorous commented 1 month ago

@CoolCat467 assigned!