From 0bcb1c483bc27d7f67d654dc347c89d912112218 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:56:24 +0000 Subject: [PATCH 1/2] 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.1.5 → v6.5.0](https://github.com/streetsidesoftware/cspell-cli/compare/v6.1.5...v6.5.0) - [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.31.1...v0.32.1) - [github.com/pre-commit/mirrors-eslint: v8.19.0 → v8.21.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.19.0...v8.21.0) --- .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 3692427b..2e8ab091 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: files: "codecov.yml" pass_filenames: false - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.1.5 + rev: v6.5.0 hooks: - id: cspell name: Spell check with cspell @@ -89,7 +89,7 @@ repos: hooks: - id: prettier - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.32.1 hooks: - id: markdownlint exclude: > @@ -98,7 +98,7 @@ repos: docs/settings.md $ - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.19.0 + rev: v8.21.0 hooks: - id: eslint args: From a53e22768cb1ea3f591fcf3c3946dcf2e94725a9 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 8 Aug 2022 17:22:23 +0100 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e8ab091..4d44426b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: hooks: - id: prettier - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.1 + rev: v0.31.1 hooks: - id: markdownlint exclude: >