From efaee0858f246867f31ac17bed60995b9ada5acb Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 23 Jan 2025 08:27:50 +0100 Subject: [PATCH] fix indentation --- website/docs/integration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/integration.md b/website/docs/integration.md index 28bb74e..edd2cc4 100644 --- a/website/docs/integration.md +++ b/website/docs/integration.md @@ -10,10 +10,10 @@ To integrate git-**sumi** with [pre-commit](https://pre-commit.com/#intro), add ```yaml title=".pre-commit-config.yaml" showLineNumbers repos: -- repo: https://github.com/welpo/git-sumi - rev: v0.0.9 # check latest version: https://github.com/welpo/git-sumi/tags - hooks: - - id: git-sumi + - repo: https://github.com/welpo/git-sumi + rev: v0.0.9 # check latest version: https://github.com/welpo/git-sumi/tags + hooks: + - id: git-sumi ``` ## Local linting with Git hooks