diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc25d736..a730c1b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -13,12 +13,12 @@ repos: - id: trailing-whitespace # since autofix is enabled, ruff should go before black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.8.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/mrtazz/checkmake.git