From 0b10d28ec726255247f1f2a1be0e94df4117ddda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:37:06 +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.5.1 → 1.5.0](https://github.com/python-poetry/poetry/compare/1.5.1...1.5.0) - [github.com/commitizen-tools/commitizen: v3.5.3 → 3.5.3](https://github.com/commitizen-tools/commitizen/compare/v3.5.3...3.5.3) --- .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 40bdb1ff..f75680d6 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.5.1 + rev: 1.5.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.5.3 + rev: 3.5.3 hooks: - id: commitizen stages: [commit-msg]