diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58aed96..a91ea53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: pyupgrade args: [--py314-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.31.1 + rev: 1.32.0 hooks: - id: django-upgrade - repo: https://github.com/hukkin/mdformat @@ -36,7 +36,7 @@ repos: - mdformat-gfm-alerts exclude: '.github/agents/' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.4 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -46,7 +46,7 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.28.0 + rev: v2.28.1 hooks: - id: pyproject-fmt # See https://pre-commit.ci/