diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82b5570..6684de6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - repo: https://github.com/adamchainz/django-upgrade - rev: 1.23.1 + rev: 1.24.0 hooks: - id: django-upgrade args: [--target-version, "4.1"] @@ -61,6 +61,6 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.9 + rev: 0.6.11 hooks: - id: uv-lock