From c11b40c638675bea835ab612823b809a57382325 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:12:47 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/streetsidesoftware/cspell-cli: v6.17.1 → v6.22.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.17.1...v6.22.0) - [github.com/sirosen/check-jsonschema: 0.20.0 → 0.21.0](https://github.com/sirosen/check-jsonschema/compare/0.20.0...0.21.0) - [github.com/jazzband/pip-tools: 6.12.1 → 6.12.2](https://github.com/jazzband/pip-tools/compare/6.12.1...6.12.2) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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