diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1d32f7d..09189aaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.6.4" + rev: "v0.6.9" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -16,7 +16,7 @@ repos: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: trailing-whitespace @@ -45,12 +45,12 @@ repos: - tomli - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.19 + rev: v0.20.2 hooks: - id: validate-pyproject - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.3 hooks: - id: actionlint files: ".github/workflows/"