From 04f889a02ad33774aaf56235ceafb6055e2bc9db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 03:48:09 +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/python-poetry/poetry: 1.4.2 → 1.4.0](https://github.com/python-poetry/poetry/compare/1.4.2...1.4.0) - [github.com/commitizen-tools/commitizen: v3.2.0 → 3.2.0](https://github.com/commitizen-tools/commitizen/compare/v3.2.0...3.2.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 03cff546..e4364123 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 1.4.2 + rev: 1.4.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -53,7 +53,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/commitizen-tools/commitizen - rev: v3.2.0 + rev: 3.2.0 hooks: - id: commitizen stages: [commit-msg]