microsoft / times-excel-reader

MIT License
6 stars 3 forks source link

Black all code and add pre-commit hooks #8

Closed siddharth-krishna closed 2 years ago

siddharth-krishna commented 2 years ago

6

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

siddharth-krishna commented 2 years 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?)