From b553e2e9cf9c89fa5994afc472a618ef9a909145 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:53:48 +0000 Subject: [PATCH 1/2] chore(pre-commit.ci): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/tox-dev/pyproject-fmt: v2.14.2 → v2.15.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.14.2...v2.15.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.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 55df0f382..578fe189b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.14.2" + rev: "v2.15.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit @@ -31,7 +31,7 @@ repos: hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier args: ["--tab-width", "2"] From 8fec07437ad080eca2ab96a3231c0245f853046f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:54:40 +0000 Subject: [PATCH 2/2] chore(pre-commit.ci): auto fixes --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da2676936..945a1c7b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,15 +103,15 @@ ini_options.addopts = "-v -Wdefault --cov=deezer" ini_options.pythonpath = [ "src" ] [tool.coverage] -report.ignore_errors = true +run.branch = true +run.source = [ "deezer" ] report.exclude_lines = [ - "pragma: no cover", "@overload", "if TYPE_CHECKING", + "pragma: no cover", "raise NotImplementedError", ] -run.branch = true -run.source = [ "deezer" ] +report.ignore_errors = true [tool.semantic_release] version_toml = [ "pyproject.toml:project.version" ]