File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/zricethezav/gitleaks
4- rev : v8.5.1
4+ rev : v8.5.3
55 hooks :
66 - id : gitleaks
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY Pipfile Pipfile
1515# * git: Pythonライブラリのインストールの際に必要
1616RUN apt-get update && \
1717 apt-get install -y --no-install-recommends git && \
18- pip install pipenv==2022.3.24 --no-cache-dir && \
18+ pip install pipenv==2022.3.28 --no-cache-dir && \
1919 pipenv install --system --skip-lock && \
2020 pip uninstall -y pipenv virtualenv && \
2121 apt-get remove -y git && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ python_version = "3.10"
99[dev-packages ]
1010autopep8 = " ==1.6.0"
1111requests-mock = " ==1.9.3"
12- pylint = " ==2.12.2 "
12+ pylint = " ==2.13.3 "
1313sqlfluff = " ==0.11.1"
1414mypy = " ==0.942"
1515
You can’t perform that action at this time.
0 commit comments