diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 709321a..91894f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,18 +26,18 @@ repos: - prettier - prettier-plugin-sort-json - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.3.0 + rev: v8.8.0 hooks: - id: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.28.2 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -52,7 +52,7 @@ repos: hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$