diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e3f45c..221b376 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,13 +59,13 @@ repos: - --autofix exclude: .*docs/blog/codes/2024/0012/junk/registration-flow-response.json - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.23.0 + rev: v9.24.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.14 hooks: - id: ruff types_or: @@ -81,6 +81,6 @@ repos: - pyi - jupyter - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.10 hooks: - id: actionlint