cugraph
cugraph copied to clipboard
Add `black` formatting
trafficstars
Have black format cugraph code. Other RAPIDS repos have done this using a pre-commit hook (as seen here). Things to consider:
- making sure
git blamestill works as expected - ensuring appropriate behavior if developer does not have
blackinstalled, if necessary - updating CONTRIBUTING.md and/or any other doc if necessary