From fdaaeff65c8b8dc61635308bd5a438851760fdf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:18:51 +0000 Subject: [PATCH] chore(deps): update pre-commit hook python-poetry/poetry to v1.7.1 --- .pre-commit-config.yaml | 2 +- project/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a65e815a..a27ab8d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 1.7.0 + rev: 1.7.1 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier diff --git a/project/.pre-commit-config.yaml b/project/.pre-commit-config.yaml index 84a40b92..c5fef461 100644 --- a/project/.pre-commit-config.yaml +++ b/project/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 1.7.0 + rev: 1.7.1 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier