cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Add `black` formatting

Open rlratzel opened this issue 3 years ago • 0 comments
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 blame still works as expected
  • ensuring appropriate behavior if developer does not have black installed, if necessary
  • updating CONTRIBUTING.md and/or any other doc if necessary

rlratzel avatar Aug 10 '22 15:08 rlratzel