Skip to content

Commit 8584940

Browse files
syaghoubi00smira
authored andcommitted
docs: update the pre-commit repo branch
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]>
1 parent 8078e02 commit 8584940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# install with `pre-commit install -t commit-msg`
33
repos:
44
- repo: https://github.com/siderolabs/conform
5-
rev: master
5+
rev: main
66
hooks:
77
- id: conform
88
stages:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We also provide a [Pre-Commit](https://pre-commit.com) hook that you can use as
134134
# .pre-commit-config.yaml
135135
repos:
136136
- repo: https://github.com/siderolabs/conform
137-
rev: master
137+
rev: main
138138
hooks:
139139
- id: conform
140140
stages:

0 commit comments

Comments
 (0)