diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d02b2ff..d99ea38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: hooks: - id: django-upgrade - repo: https://github.com/codingjoe/esupgrade - rev: 2025.15.0 + rev: 2025.17.0 hooks: - id: esupgrade - repo: https://github.com/hukkin/mdformat @@ -34,7 +34,7 @@ repos: - mdformat-gfm - mdformat-gfm-alerts - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.13 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]