From 58d45f20b4621153fcb1ffe2cfafc55ff7eda7e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:14:53 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.16.0 --- .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 37afdf4..761e6a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pretty-format-json args: [--no-sort-keys, --autofix, --no-ensure-ascii] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] From 843ba90c835d1c758007a211586ad222d5fa357f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Jul 2026 19:45:40 +0200 Subject: [PATCH 2/2] chore: update licensing information --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f1fdefa..822b302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ ignore = [ "ARG001", # TODO: Unused function argument "ARG005", # TODO: Unused lambda argument "COM", # CONFIG: No trailing commas + "CPY001", # TODO: missing copyright info on files "D", # TODO: missing documentation "D203", # CONFIG: incompatible with D211 "D212", # CONFIG: incompatible with D213