ECP-CANDLE / candle_lib

MIT License
1 stars 9 forks source link

Use pre-commit #2

Closed rajeeja closed 2 years ago

rajeeja commented 2 years ago

o Before making a commit to master, devs must issue a command similar to 'pre-commit run --all-files' and repeat it. o The above command format code as per standard o This fixes all existing files as pre rules in .pre-commit-config.yaml

rajeeja commented 2 years ago

@hyoo