From 55c4c48d2181de2f267f42eef8b14bce9afc7a78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:59:57 +0000 Subject: [PATCH] chore(pre-commit): autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v2.1.1...v2.4.0) - [github.com/psf/black: 23.1.0 → 23.7.0](https://github.com/psf/black/compare/23.1.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - [github.com/pycqa/bandit: 1.7.4 → 1.7.5](https://github.com/pycqa/bandit/compare/1.7.4...1.7.5) - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.35.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.33.0...v0.35.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 14c0caea..14f18e71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ default_stages: repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.1.1 + rev: v2.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -33,27 +33,27 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black types: - python - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 types: - python - repo: https://github.com/pycqa/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit args: ["-ll"] files: .py$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.35.0 hooks: - id: markdownlint