diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18636a55..75e8ecae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit # keep in sync with .github/workflows/ruff.yml and tests/requirements.txt - rev: 'v0.14.10' + rev: 'v0.15.9' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/rtts/djhtml - rev: 3.0.10 + rev: 3.0.11 hooks: - id: djhtml - repo: https://github.com/PyCQA/doc8