diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d30c613b..e62cf18c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: args: ["--py310-plus"] language_version: python3.13 - repo: https://github.com/adamchainz/django-upgrade - rev: '1.31.1' + rev: '1.32.0' hooks: - id: django-upgrade args: [--target-version, "5.2"] @@ -33,11 +33,11 @@ repos: - id: mixed-line-ending - repo: https://github.com/pycqa/isort - rev: 9.0.0a3 + rev: 9.0.1 hooks: - id: isort - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.1 + rev: v2.29.3 hooks: - id: pyproject-fmt