diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b6247156..59b0750a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: doc8 - repo: https://github.com/adamchainz/django-upgrade - rev: 1.31.1 + rev: 1.32.0 hooks: - id: django-upgrade args: [--target-version, "5.2"] @@ -34,21 +34,21 @@ repos: - id: rst-backticks - id: rst-directive-colons - repo: https://github.com/biomejs/pre-commit - rev: v2.5.7 + rev: v2.5.10 hooks: - id: biome-check verbose: true - 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] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.27.0 + rev: v2.28.1 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.25 + rev: '0.26' hooks: - id: validate-pyproject diff --git a/pyproject.toml b/pyproject.toml index 818c4848e..93f56fab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,12 +111,12 @@ lint.isort.combine-as-imports = true lint.mccabe.max-complexity = 16 [tool.coverage] -run.branch = true -run.parallel = true -run.relative_files = true run.source = [ "debug_toolbar", ] +run.branch = true +run.parallel = true +run.relative_files = true paths.source = [ "src", ".tox/*/site-packages",