Bump pre-commit to 3.5.0

This commit is contained in:
IamTheFij 2023-10-26 14:26:04 -07:00
parent 34ef174edd
commit 488602ec11
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==3.2.2
RUN pip install --no-cache-dir pre-commit==3.5.0
CMD ["pre-commit", "run", "--all-files"]