From 22bad1bc8c58622b98baa5945676f7afe5071e60 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 06:01:58 +0000 Subject: [PATCH] chore(pre-commit.ci): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: v3.7.0 → 3.7.0](https://github.com/commitizen-tools/commitizen/compare/v3.7.0...3.7.0) - [github.com/python-poetry/poetry: 1.6.1 → 1.6.0](https://github.com/python-poetry/poetry/compare/1.6.1...1.6.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5772f96..c464078 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.7.0 + rev: 3.7.0 hooks: - id: commitizen stages: [commit-msg] @@ -29,7 +29,7 @@ repos: - id: trailing-whitespace - id: debug-statements - repo: https://github.com/python-poetry/poetry - rev: 1.6.1 + rev: 1.6.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier