Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ ci:
submodules: false
```

### behavior

pre-commit.ci can pin repos to commit SHAs instead of tags. first, run `pre-commit autoupdate --freeze` and merge that change to your main branch. subsequent pre-commit.ci runs will continue to use commit SHAs.

## alternative using github actions

pre-commit.ci also provides a [lite version](./lite.html) which adds auto
Expand Down