Open adamtupper opened 3 years ago
Add the following to the Dockerfile to initialise the pre-commit hooks (currently the user has to manually run pre-commit once for future commits to be checked automatically):
# Setup pre-commit hooks RUN pre-commit install
Must be inserted after setting the working directory.
Add the following to the Dockerfile to initialise the pre-commit hooks (currently the user has to manually run pre-commit once for future commits to be checked automatically):