From 7f0d1609afec7ce1275ad46f1e5bee2a71cc2df0 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 24 Jul 2023 23:19:23 +1000 Subject: [PATCH] pre-commit autoupdate --- .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 e59831e..5efa25a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: args: [--whitespaces-count, '2'] exclude: ^Makefile$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell name: Run codespell @@ -45,13 +45,13 @@ repos: - id: reek - id: rubocop - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.0 hooks: - id: prettier name: Run prettier description: Format files with prettier - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.34.0 + rev: v0.35.0 hooks: - id: markdownlint name: Run markdownlint