Skip to content

Commit

Permalink
Remove no-commit-to-branch (#253)
Browse files Browse the repository at this point in the history
Running no-commit-to-branch hooks prevents us from running on pushes
and will break codecov from reporting on main branch,
  • Loading branch information
ssbarnea authored Jan 4, 2024
1 parent 0b060ee commit 15a122e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ repos:
- id: check-symlinks
- id: debug-statements
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [--branch, main]
- id: trailing-whitespace

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

0 comments on commit 15a122e

Please sign in to comment.