diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 686d700a..9046a988 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,19 +9,19 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v3.19.0 hooks: - id: pyupgrade args: ["--py39-plus"] - repo: https://github.com/adamchainz/django-upgrade - rev: '1.6.1' + rev: '1.22.2' hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.15 + rev: v0.8.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]