Skip to content

Commit

Permalink
docs: update the pre-commit repo branch
Browse files Browse the repository at this point in the history
Changes the branch used by pre-commit from master to main

Signed-off-by: Sebastian Yaghoubi <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
syaghoubi00 authored and smira committed Dec 26, 2024
1 parent 8078e02 commit 8584940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# install with `pre-commit install -t commit-msg`
repos:
- repo: https://github.com/siderolabs/conform
rev: master
rev: main
hooks:
- id: conform
stages:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ We also provide a [Pre-Commit](https://pre-commit.com) hook that you can use as
# .pre-commit-config.yaml
repos:
- repo: https://github.com/siderolabs/conform
rev: master
rev: main
hooks:
- id: conform
stages:
Expand Down

0 comments on commit 8584940

Please sign in to comment.