Skip to content

Commit ceecdbe

Browse files
committed
fix: remove pre-commit hook for preventing pushes to main
This was breaking CI and there are branch rules in place now anyways.
1 parent 11d3823 commit ceecdbe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ repos:
1616
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
1818

19-
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v6.0.0
21-
hooks:
22-
- id: no-commit-to-branch
23-
name: prevent commits to main
24-
args: [--branch, main]
25-
2619
- repo: https://github.com/igorshubovych/markdownlint-cli
2720
rev: v0.45.0
2821
hooks:

0 commit comments

Comments
 (0)