Skip to content

Commit 2f9655f

Browse files
committed
fix: remove main branch check
1 parent 47087af commit 2f9655f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
repos:
22
- repo: local
33
hooks:
4-
54
- id: ruff-check
65
name: Lint with ruff
76
entry: uv run ruff check --fix
@@ -76,10 +75,3 @@ repos:
7675
name: Check merge conflicts
7776
entry: uv run check-merge-conflict
7877
language: system
79-
80-
- id: no-commit-to-branch
81-
name: Check not committting to main
82-
entry: uv run no-commit-to-branch
83-
language: system
84-
args: ["--branch", "main"]
85-
pass_filenames: false

0 commit comments

Comments
 (0)