diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ac29ee..2b89223 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.16.0 + rev: v9.17.0 hooks: - id: eslint - repo: https://github.com/pre-commit/mirrors-prettier @@ -17,13 +17,13 @@ repos: - id: prettier stages: [commit] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.19.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@open-turo/commitlint-config-conventional"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.5 hooks: - id: actionlint - repo: https://github.com/jumanjihouse/pre-commit-hooks