diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 648d5b81..d5f1f3b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ fail_fast: true repos: - repo: https://github.com/adamchainz/django-upgrade - rev: '1.23.1' + rev: '1.24.0' hooks: - id: django-upgrade args: [--target-version, "3.2"] @@ -24,7 +24,7 @@ repos: - id: pyupgrade args: ["--py310-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.10 + rev: v0.11.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]