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] 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",