diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec395c8e..56a00552 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,19 +32,19 @@ repos: - id: isort - repo: https://github.com/adamchainz/django-upgrade - rev: 1.20.0 + rev: 1.21.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.6.4 hooks: # Format before linting # - id: ruff-format - id: ruff - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.1 + rev: 2.2.3 hooks: - id: pyproject-fmt