From 97e8a4b549da5beeeffa2a7193e9d33c9e0e0020 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:17:05 +0000 Subject: [PATCH 1/2] [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: 2.2.1 → 2.3.2](https://github.com/python-poetry/poetry/compare/2.2.1...2.3.2) - [github.com/python-poetry/poetry-plugin-export: 1.9.0 → 1.10.0](https://github.com/python-poetry/poetry-plugin-export/compare/1.9.0...1.10.0) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.3.1) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](https://github.com/pycqa/isort/compare/7.0.0...8.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.20.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.20.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98c176e..ce7dd14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/python-poetry/poetry - rev: "2.2.1" + rev: "2.3.2" hooks: - id: poetry-check - id: poetry-lock - repo: https://github.com/python-poetry/poetry-plugin-export - rev: "1.9.0" + rev: "1.10.0" hooks: - id: poetry-export args: ["-f", "requirements.txt", "-o", "docs/requirements.txt", "--without-hashes", "--only", "doc"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: "25.12.0" + rev: "26.3.1" hooks: - id: black - repo: https://github.com/pycqa/isort - rev: "7.0.0" + rev: "8.0.1" hooks: - id: isort - repo: https://github.com/pycqa/pydocstyle @@ -22,11 +22,11 @@ repos: hooks: - id: pydocstyle - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.9" + rev: "v0.15.10" hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.19.0" + rev: "v1.20.1" hooks: - id: mypy - repo: https://github.com/markdownlint/markdownlint From ac07121ee4867dff514bfe71033fd86c5baf90b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:17:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/peakrdl_markdown/exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peakrdl_markdown/exporter.py b/src/peakrdl_markdown/exporter.py index f54b53e..8fc70e2 100644 --- a/src/peakrdl_markdown/exporter.py +++ b/src/peakrdl_markdown/exporter.py @@ -12,7 +12,7 @@ from pathlib import Path from typing import List, Optional, Union -from py_markdown_table.markdown_table import markdown_table # type:ignore +from py_markdown_table.markdown_table import markdown_table # type: ignore from systemrdl.messages import MessageHandler # type: ignore from systemrdl.node import ( # type: ignore AddressableNode,