Skip to content

Commit 4de2fdb

Browse files
authored
docs(readme): bump version of squawk in pre-commit demo v0.10.0 to v2.38.0 (#889)
### What was wrong? When I'm following the pre-commit demo from the readme I get the error during `pre-commit` install or `git commit`: ```sh [INFO] Initializing environment for https://github.com/sbdchd/squawk An error has occurred: InvalidManifestError: =====> /.../.cache/pre-commit/.../.pre-commit-hooks.yaml is not a file ``` I checked and `.pre-commit-hooks.yaml` does not exist in tag `v0.10.0` ### How was it fixed? Bump version in the readme demo to the latest release: `v2.38.0`
1 parent 26f8f83 commit 4de2fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ to your project's `.pre-commit-config.yaml`:
252252
```yaml
253253
repos:
254254
- repo: https://github.com/sbdchd/squawk
255-
rev: v0.10.0
255+
rev: v2.38.0
256256
hooks:
257257
- id: squawk
258258
files: path/to/postgres/migrations/written/in/sql

0 commit comments

Comments
 (0)