Skip to content

Commit 15a122e

Browse files
authored
Remove no-commit-to-branch (#253)
Running no-commit-to-branch hooks prevents us from running on pushes and will break codecov from reporting on main branch,
1 parent 0b060ee commit 15a122e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ repos:
2020
- id: check-symlinks
2121
- id: debug-statements
2222
- id: end-of-file-fixer
23-
- id: no-commit-to-branch
24-
args: [--branch, main]
2523
- id: trailing-whitespace
2624

2725
- repo: https://github.com/asottile/add-trailing-comma.git

0 commit comments

Comments
 (0)