diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d40644..787aeca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,13 +46,13 @@ repos: args: - --autofix - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.24.0 + rev: v9.26.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.16.1 hooks: - id: ruff args: @@ -60,6 +60,6 @@ repos: - --select=I - id: ruff-format - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint