diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd4cf5d..d045f03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.36.2 hooks: - id: check-github-workflows args: ["--verbose"] @@ -20,11 +20,11 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.14.2" + rev: "v2.16.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.0" + rev: "v0.15.1" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index f9d3ff5..8f47af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,18 +111,18 @@ count = true max_supported_python = "3.14" [tool.coverage] -html.show_contexts = true -html.skip_covered = false -paths.source = [ - "src", - "**/site-packages", -] -report.fail_under = 76 run.parallel = true run.plugins = [ "covdefaults", ] run.relative_files = true +paths.source = [ + "src", + "**/site-packages", +] +report.fail_under = 76 +html.show_contexts = true +html.skip_covered = false [tool.mypy] python_version = "3.12"