microsoft / times-excel-reader

MIT License
6 stars 2 forks source link

Black all code and add pre-commit hooks #8

Closed siddharth-krishna closed 1 year ago

siddharth-krishna commented 1 year ago

6

ghost commented 1 year ago

CLA assistant check
All CLA requirements met.

siddharth-krishna commented 1 year ago

@samwebster the pre-commit hook should take care of formatting any changed files when you create a commit. (Assuming you use git from a command line, not sure how it works if you interact with git from within VS. I know there's a plugin to format python files using black in VS Code, perhaps there's something similar for VS?)