From 1963d02487eb99a2db81742a5664cd3c665ff7b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 23:10:43 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#35) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1) - [github.com/PyCQA/bandit: 1.7.0 → 1.7.1](https://github.com/PyCQA/bandit/compare/1.7.0...1.7.1) - [github.com/igorshubovych/markdownlint-cli: v0.29.0 → v0.30.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.29.0...v0.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f5ffff..7cd4c8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 21.11b1 hooks: - id: black - repo: https://github.com/IamTheFij/docker-pre-commit @@ -38,11 +38,11 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.0 + rev: 1.7.1 hooks: - id: bandit - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.29.0 + rev: v0.30.0 hooks: - id: markdownlint - repo: https://github.com/Yelp/detect-secrets