diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9efcf9..5861ea6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,20 +23,20 @@ repos: # - id: poetry-install - repo: https://github.com/adamchainz/django-upgrade - rev: "1.28.0" + rev: "1.29.1" hooks: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.20.0" + rev: "v3.21.2" hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.2 + rev: v0.14.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]