Merge pull request #231 from restincode/chore/exclude-cname-file

chore(pre-commit-config.yaml): exclude 'CNAME' file from pre-commit checks
This commit is contained in:
mauvehed 2023-07-31 09:05:05 -05:00 committed by GitHub
commit 7a2823768b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
# .pre-commit-config.yaml
exclude: 'CNAME'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 # use `pre-commit autoupdate` to get the latest rev