Skip to content

Commit 1b948b4

Browse files
authored
Disable no-commit-to-branch hook (#46)
1 parent eb03f98 commit 1b948b4

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
@@ -16,7 +16,7 @@ repos:
1616
- id: debug-statements
1717
- id: end-of-file-fixer
1818
- id: mixed-line-ending
19-
- id: no-commit-to-branch
19+
#- id: no-commit-to-branch
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/crate-ci/typos

0 commit comments

Comments
 (0)