From f650f4b07aab946e1bc381f122a5befe446c7206 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:21:09 +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.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0) - [github.com/psf/black: 21.11b1 → 22.1.0](https://github.com/psf/black/compare/21.11b1...22.1.0) - [github.com/PyCQA/bandit: 1.7.1 → 1.7.3](https://github.com/PyCQA/bandit/compare/1.7.1...1.7.3) - [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.30.0...v0.31.1) - [github.com/Yelp/detect-secrets: v1.1.0 → v1.2.0](https://github.com/Yelp/detect-secrets/compare/v1.1.0...v1.2.0) --- .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 7cd4c8f..8aef2aa 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.1.0 hooks: - id: check-ast - id: check-json @@ -25,7 +25,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 22.1.0 hooks: - id: black - repo: https://github.com/IamTheFij/docker-pre-commit @@ -38,15 +38,15 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.1 + rev: 1.7.3 hooks: - id: bandit - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.30.0 + rev: v0.31.1 hooks: - id: markdownlint - repo: https://github.com/Yelp/detect-secrets - rev: v1.1.0 + rev: v1.2.0 hooks: - id: detect-secrets - repo: local