From ffb543020d1f4e0534f04c22fc43a0b94cd048dc Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 5 Feb 2021 12:25:13 -0800 Subject: [PATCH] Bump pre-commit to 2.10.0 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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