From 0c7e8f2b7f4bbe015592d904a221c4d6cc733969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:11:39 +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 37afdf49..761e6a71 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 16d0d540ceca0312978890cc8cb4d6f71602a803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 24 Jul 2026 08:14:28 +0200 Subject: [PATCH 2/2] chore(ruff): ignore missing copyright --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6e00e38d..c59ae245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ version = "2025.0" ignore = [ "ANN", # TODO: missing type annotations "COM", # CONFIG: No trailing commas + "CPY001", # TODO: missing copyright "D", # TODO: missing documentation "D203", # CONFIG: incompatible with D211 "D212", # CONFIG: incompatible with D213