diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7d05a78..44412b0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace exclude: CHANGELOG.md - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.13.3 hooks: - id: ruff args: @@ -30,7 +30,7 @@ repos: - id: djhtml files: .*/templates/.*\.html$ - repo: https://github.com/adamchainz/django-upgrade - rev: 1.28.0 + rev: 1.29.0 hooks: - id: django-upgrade args: ['--target-version', '4.2']