diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0edde91..b1428cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/adamchainz/django-upgrade - rev: 1.19.0 + rev: 1.22.1 hooks: - id: django-upgrade args: [--target-version, "5.0"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.7.0 hooks: # Run the linter. - id: ruff