Update pre-commit to 3.2.2

This commit is contained in:
IamTheFij 2023-04-18 16:21:44 -07:00
parent f3effa8258
commit 7720560f60
1 changed files with 1 additions and 1 deletions

View File

@ -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 --no-cache-dir pre-commit==2.18.1
RUN pip install --no-cache-dir pre-commit==3.2.2
CMD ["pre-commit", "run", "--all-files"]