diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a9aacb7..e6f9e425 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: - "--fix=lf" - id: trailing-whitespace - repo: https://github.com/adamchainz/django-upgrade - rev: 1.16.0 + rev: 1.18.0 hooks: - id: django-upgrade args: [--target-version, "3.1"] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: ["--py39"] @@ -46,7 +46,7 @@ repos: hooks: - id: checkmake - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.9 hooks: - id: ruff args: [--fix]