Skip to content

Commit 81f7581

Browse files
committed
Disable pre-commit branch protection for now
1 parent 0a9b722 commit 81f7581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ repos:
2323
- id: detect-private-key
2424
- id: end-of-file-fixer
2525
- id: mixed-line-ending
26-
- id: no-commit-to-branch # protects `main` by default
26+
# - id: no-commit-to-branch # protects `main` by default
2727
- id: trailing-whitespace

0 commit comments

Comments
 (0)