From c039c4d965bd7bee0bbd0b166eac16df6bedbb38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:01:24 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f70014c49..d252e15ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.27.1" + rev: "v2.28.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.3 + rev: 0.12.5 hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier @@ -36,7 +36,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.2 + rev: v0.16.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -46,7 +46,7 @@ repos: hooks: - id: codespell - repo: https://github.com/commitizen-tools/commitizen - rev: v4.17.0 + rev: v4.18.0 hooks: - id: commitizen stages: [commit-msg] From 58d9569457b3dff792d4c9494948fb6265adb615 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 21 Aug 2026 09:47:36 +0200 Subject: [PATCH 2/2] chore: auto-fix from pre-commit hooks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51fb90426..5e7ec4273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,8 +106,8 @@ minversion = "9.0" pythonpath = [ "src" ] [tool.coverage] -run.branch = true run.source = [ "deezer" ] +run.branch = true report.exclude_lines = [ "@overload", "if TYPE_CHECKING",