Skip to content

Commit a4c886d

Browse files
authored
Merge pull request #924 from dev-hato/update_pylint_2
pylintアップデート
2 parents f9e25b6 + e4d1bc8 commit a4c886d

5 files changed

Lines changed: 153 additions & 133 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/zricethezav/gitleaks
4-
rev: v8.5.1
4+
rev: v8.5.3
55
hooks:
66
- id: gitleaks

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY Pipfile Pipfile
1515
# * git: Pythonライブラリのインストールの際に必要
1616
RUN 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 && \

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python_version = "3.10"
99
[dev-packages]
1010
autopep8 = "==1.6.0"
1111
requests-mock = "==1.9.3"
12-
pylint = "==2.12.2"
12+
pylint = "==2.13.3"
1313
sqlfluff = "==0.11.1"
1414
mypy = "==0.942"
1515

0 commit comments

Comments
 (0)