From e0464eec8be7ae0fbb01b0c6a0ce4d0872ab9c6a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:43:05 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit: v3.6.2 → v3.7.0](https://github.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.7.0...1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.7) - [github.com/commitizen-tools/commitizen: v3.15.0 → v3.22.0](https://github.com/commitizen-tools/commitizen/compare/v3.15.0...v3.22.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 762b281..d095fab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v3.6.2 + rev: v3.7.0 hooks: - id: validate_manifest @@ -17,7 +17,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: # endings - id: end-of-file-fixer @@ -71,13 +71,13 @@ repos: - id: detect-private-key - repo: https://github.com/python-poetry/poetry - rev: "1.7.0" + rev: "1.8.0" hooks: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.2.2 + rev: v0.3.7 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -86,7 +86,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.15.0 + rev: v3.22.0 hooks: - id: commitizen stages: [commit-msg]