LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Use `black` on the entire project #64

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

This pull request just expands the scope of black checking to cover the entire project. This ensures that any Python code in the project has the same formatting.

IanLee1521 commented 2 years ago

Thanks again @mcdonnnj !

I think this was done this way from back in the day when I would have a local venv/ directory that I didn't want black to mess with, and also some other scripts locally that weren't in the repo that I didn't want it to change... but going forward this is a better option.