From aa15544041aab86d525f7298b4806a34cbaa91e0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:21:19 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.3 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.3...v0.16.5) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1122cba..e62b9a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Lints code - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.3" + rev: "v0.16.5" hooks: - id: ruff-check args: ["--fix"] From 975b92d6327f1e865b7255e9d4b567216626b370 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:21:26 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 541bae3..f0f8ca1 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Test call ```python import python_example + python_example.add(1, 2) ```