diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f7c7c1f..dbd6549 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -31,7 +31,7 @@ jobs: - name: Install the latest version of uv uses: astral-sh/setup-uv@v7 # run pre-commmit checks using prek for faster execution - - uses: j178/prek-action@v1 + - uses: j178/prek-action@v2 id: pre_commit continue-on-error: true - name: Check for changes diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06b87a7..6d5f143 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.19.0" + rev: "v2.21.0" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell @@ -46,16 +46,16 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.6" + rev: "v0.15.8" hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/software-gardening/almanack - rev: v0.1.15 + rev: v0.1.16 hooks: - id: almanack-check - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update