Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Jan 23, 2025
1 parent 0a51ac2 commit efaee08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efaee08

Please sign in to comment.