There was an error while loading. Please reload this page.
This repository uses pre-commit hooks to manage code style and quality standards.
First install the pre-commit package
`pip install pre-commit`
The following files need to be present in the repo to install the actual pre-commit hooks:
Next install the pre-commit hooks defined in .pre-commit-config.yaml
`cd ../reV` `pre-commit install`
To test your files before committing, stage them
`git add file or git add .` `pre-commit run --all-files`