diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a49b31..eb643d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,14 +31,14 @@ repos: - prettier-plugin-toml - prettier-plugin-sort-json - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.17.1 + rev: v6.22.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.20.0 + rev: 0.21.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -66,7 +66,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/jazzband/pip-tools - rev: 6.12.1 + rev: 6.12.2 hooks: - id: pip-compile name: deps