From 255be231cec4159a5e42f5807d60b8baad77b737 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 17:37:14 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1) - [github.com/hadolint/hadolint.git: v2.3.0 → v2.4.1](https://github.com/hadolint/hadolint.git/compare/v2.3.0...v2.4.1) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](https://github.com/PyCQA/flake8/compare/3.9.1...3.9.2) - [github.com/pre-commit/mirrors-autopep8: v1.5.6 → v1.5.7](https://github.com/pre-commit/mirrors-autopep8/compare/v1.5.6...v1.5.7) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a5d48bc..75e7aa9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://github.com/hadolint/hadolint.git - rev: v2.3.0 + rev: v2.4.1 hooks: - id: hadolint-docker # FIXME: remove after https://github.com/hadolint/hadolint/issues/628 is resolved @@ -30,12 +30,12 @@ repos: hooks: - id: shellcheck args: ["-x"] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.1 + - repo: https://github.com/PyCQA/flake8 + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.5.6 + rev: v1.5.7 hooks: - id: autopep8 - repo: https://github.com/igorshubovych/markdownlint-cli From 22f2ebcbaecd62acbd4685b6ddf4a85846c01dfb Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 31 May 2021 22:31:59 +0300 Subject: [PATCH 2/2] Update hadolint version in second place --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75e7aa9e..1e50942f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: hadolint-docker # FIXME: remove after https://github.com/hadolint/hadolint/issues/628 is resolved - entry: hadolint/hadolint:v2.3.0 hadolint + entry: hadolint/hadolint:v2.4.1 hadolint - repo: https://github.com/adrienverge/yamllint.git rev: v1.26.1 hooks: