chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
630 stars 107 forks source link

Re-format codebase using pre-commit settings #37

Closed benji011 closed 3 years ago

benji011 commented 3 years ago

ref: https://github.com/chris-greening/instascrape/pull/35 -In the linked PR I introduced config files for pre-commit to automatically sort order of imports, lint checking with flake8 and auto-formatting with black. -The changes in this PR is the result of the set pre-commit

All Submissions:

Additional Notes

Feel free to include any additional information regarding your PR below:

chris-greening commented 3 years ago

Yesssss so clean 🙌, I've been so focused on getting the codebase to a stable condition I haven't had time to standardize or worry about formatting. This is gonna really legitimize the project, great work!