From faa53f39842951fbc602a1f462f5a8dd0905125a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 21:41:01 +0000 Subject: [PATCH] [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: v4.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0) - [github.com/asottile/dead: v1.4.0 → v1.5.0](https://github.com/asottile/dead/compare/v1.4.0...v1.5.0) - [github.com/Lucas-C/pre-commit-hooks-nodejs: v1.1.1 → v1.1.2](https://github.com/Lucas-C/pre-commit-hooks-nodejs/compare/v1.1.1...v1.1.2) - [github.com/adrienverge/yamllint: v1.26.3 → v1.28.0](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.28.0) - [github.com/psf/black: 21.11b1 → 22.10.0](https://github.com/psf/black/compare/21.11b1...22.10.0) - [github.com/IamTheFij/docker-pre-commit: v2.0.1 → v2.1.0](https://github.com/IamTheFij/docker-pre-commit/compare/v2.0.1...v2.1.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/PyCQA/bandit: 1.7.1 → 1.7.4](https://github.com/PyCQA/bandit/compare/1.7.1...1.7.4) - [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.32.2](https://github.com/igorshubovych/markdownlint-cli/compare/v0.30.0...v0.32.2) - [github.com/Yelp/detect-secrets: v1.1.0 → v1.4.0](https://github.com/Yelp/detect-secrets/compare/v1.1.0...v1.4.0) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cd4c8f..af21c93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.3.0 hooks: - id: check-ast - id: check-json @@ -13,40 +13,40 @@ repos: - id: debug-statements - id: detect-private-key - repo: https://github.com/asottile/dead - rev: v1.4.0 + rev: v1.5.0 hooks: - id: dead - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs - rev: v1.1.1 + rev: v1.1.2 hooks: - id: dockerfile_lint - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.28.0 hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/IamTheFij/docker-pre-commit - rev: v2.0.1 + rev: v2.1.0 hooks: - id: docker-compose-check - id: hadolint - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.1 + rev: 1.7.4 hooks: - id: bandit - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.30.0 + rev: v0.32.2 hooks: - id: markdownlint - repo: https://github.com/Yelp/detect-secrets - rev: v1.1.0 + rev: v1.4.0 hooks: - id: detect-secrets - repo: local