build: Remove no-commit-to-branch check from pre-commit hooks

This commit is contained in:
Yuan Tang 2025-05-01 08:50:36 -04:00 committed by GitHub
parent 6378c2a2f3
commit e000ea88b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,6 @@ repos:
args: ['--maxkb=1000'] args: ['--maxkb=1000']
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: '^(.*\.svg)$' exclude: '^(.*\.svg)$'
- id: no-commit-to-branch
- id: check-yaml - id: check-yaml
args: ["--unsafe"] args: ["--unsafe"]
- id: detect-private-key - id: detect-private-key