Skip to content

Commit

Permalink
chore: Remove args for no-commit-to-branch (#2641)
Browse files Browse the repository at this point in the history
main and master are default for no-commit-to-branch; see
https://github.com/pre-commit/pre-commit-hooks#no-commit-to-branch.
  • Loading branch information
philipphofmann committed Jan 23, 2023
1 parent f8fc36d commit 4259afd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: no-commit-to-branch
args: ["-b main"]

- repo: local
hooks:
Expand Down

0 comments on commit 4259afd

Please sign in to comment.