From 44cc8ae4ff74fc57403815979f976ef7c0fd3774 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 8 May 2023 08:51:50 +0300 Subject: [PATCH] update .pre-commit-config.yaml from mikaela.github.io --- .pre-commit-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41c0960..0210aa9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,8 @@ repos: - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker + - id: trailing-whitespace + exclude_types: [markdown] - repo: https://github.com/thlorenz/doctoc rev: v2.2.0 @@ -22,7 +24,7 @@ repos: args: [--update-only] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.23.0 hooks: - id: check-dependabot - id: check-github-actions @@ -37,7 +39,7 @@ repos: #- id: check-mailmap - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier - repo: https://github.com/editorconfig-checker/editorconfig-checker.python