Bump pre-commit to 3.5.0
This commit is contained in:
parent
34ef174edd
commit
488602ec11
@ -3,6 +3,6 @@ FROM python:3
|
|||||||
RUN mkdir -p /data/pre-commit-cache
|
RUN mkdir -p /data/pre-commit-cache
|
||||||
ENV PRE_COMMIT_HOME=/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"]
|
CMD ["pre-commit", "run", "--all-files"]
|
||||||
|
Loading…
Reference in New Issue
Block a user