This project uses Conda to manage its dependencies. Run the following to setup your local environment:
conda env update --file environment.yml -n sagemaker-image-builderRun the following to invoke all unit tests:
pytest test/Install pre-commit to run code style checks before each commit:
pre-commit installTo run formatters for all existing files, use:
pre-commit run --all-filespre-commit checks can be disabled for a particular commit with git commit -n.