Merge pull request #272 from restincode/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
mauvehed 2024-04-09 08:41:47 -05:00 committed by GitHub
commit 7d8ae13d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
exclude: '(CNAME|Gemfile|\..*\.y[a]?ml)' exclude: '(CNAME|Gemfile|\..*\.y[a]?ml)'
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # use `pre-commit autoupdate` to get the latest rev rev: v4.6.0 # use `pre-commit autoupdate` to get the latest rev
hooks: hooks:
- id: no-commit-to-branch - id: no-commit-to-branch
args: ['--branch', 'main'] # prevent local commits to main branch args: ['--branch', 'main'] # prevent local commits to main branch