Skip to content

Commit 9baac35

Browse files
authored
docs: update readme with yaml (#419)
1 parent b931950 commit 9baac35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@ See the ["GitHub Integration" docs](https://squawkhq.com/docs/github_app) for mo
173173
Integrate Squawk into Git workflow with [pre-commit](https://pre-commit.com/). Add the following
174174
to your project's `.pre-commit-config.yaml`:
175175

176-
```
176+
```yaml
177177
repos:
178178
- repo: https://github.com/sbdchd/squawk
179179
rev: v0.10.0
180180
hooks:
181-
- id: squawk
182-
files: path/to/postgres/migrations/written/in/sql
181+
- id: squawk
182+
files: path/to/postgres/migrations/written/in/sql
183183
```
184184
185185
Note the `files` parameter as it specifies the location of the files to be linted.

0 commit comments

Comments
 (0)