diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28e3768..709321a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier always_run: true @@ -26,18 +26,18 @@ repos: - prettier - prettier-plugin-sort-json - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.16.0 + rev: v8.3.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.19.2 + rev: 0.27.3 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -48,11 +48,11 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.28.0 + rev: v1.33.0 hooks: - id: yamllint files: \.(yaml|yml)$