From 20094ce3c5da1ffac49542ad9cda3db36f553225 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:23:12 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](https://github.com/executablebooks/mdformat/compare/0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.6...v0.14.8) --- .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 73e4f1d7..bcdfb3c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # mdformat is not enabled by default, but can be run manually with: # pre-commit run mdformat --all-files --hook-stage manual - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45 + rev: 1.0.0 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45 hooks: - id: mdformat stages: [ manual ] @@ -104,7 +104,7 @@ repos: additional_dependencies: [setuptools-scm] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.8 hooks: - id: ruff-format - id: ruff From 13ab2cdd8792111d30dba3aac6e001e6f95643f0 Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Tue, 9 Dec 2025 10:15:26 +1100 Subject: [PATCH 2/3] Remove deprecated lines Signed-off-by: Tomas Pereira de Vasconcelos --- .pre-commit-config.yaml | 2 +- pyrightconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bcdfb3c0..70c50753 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # mdformat is not enabled by default, but can be run manually with: # pre-commit run mdformat --all-files --hook-stage manual - repo: https://github.com/executablebooks/mdformat - rev: 1.0.0 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45 + rev: 1.0.0 hooks: - id: mdformat stages: [ manual ] diff --git a/pyrightconfig.json b/pyrightconfig.json index 2b65b73d..91460b04 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -26,7 +26,6 @@ "reportImportCycles": "error", "reportMissingSuperCall": "warning", "reportPropertyTypeMismatch": "error", - "reportShadowedImports": "error", "reportUninitializedInstanceVariable": "error", "reportUnnecessaryTypeIgnoreComment": "error", // turn off some of the strictest settings From b078c098f45cc7cc50202ac52e00d141c02a6530 Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Tue, 9 Dec 2025 10:16:03 +1100 Subject: [PATCH 3/3] Update changelog.md Signed-off-by: Tomas Pereira de Vasconcelos --- docs/reference/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index ca9695e3..08026858 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -12,6 +12,7 @@ Unreleased changes - Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`) - pre-commit autoupdate ({gh-pr}`355`) - pre-commit autoupdate ({gh-pr}`350`) +- pre-commit autoupdate ({gh-pr}`358`) ---