diff --git a/Dockerfile b/Dockerfile index 741dde6..24c5893 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM python:3 RUN mkdir -p /data/pre-commit-cache ENV PRE_COMMIT_HOME=/data/pre-commit-cache -RUN pip install pre-commit==2.7.0 +RUN pip install pre-commit==2.10.0 CMD ["pre-commit", "run", "--all-files"] diff --git a/Makefile b/Makefile index a043964..c073595 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ check: pre-commit run --all-files .PHONY: all -all: test check +all: check test build build-personal