diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c13c6f3..521521d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: "v1.7.3.17" + rev: "v1.7.4.18" hooks: - id: actionlint - repo: https://github.com/PyCQA/isort @@ -27,7 +27,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: [--fix]