From 5d8da7754628d53a01d228aa5d7154ac95152a5e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:15:33 +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/alessandrojcm/commitlint-pre-commit-hook: v9.8.0 → v9.9.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.8.0...v9.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.6) --- .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 72490c2..bedf6e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: exclude: tests.asserts.*|tests.modules.*|tests/py2puml/parsing/mockedinstance.py - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.8.0 + rev: v9.9.0 hooks: - id: commitlint stages: [commit-msg] @@ -31,7 +31,7 @@ repos: additional_dependencies: [toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.5 + rev: v0.1.6 hooks: - id: ruff - id: ruff-format