chore(pre-commit-config.yaml): exclude 'CNAME' file from pre-commit checks

The 'CNAME' file is now excluded from pre-commit checks to prevent
unnecessary checks and avoid false positives.
This commit is contained in:
mauvehed 2023-07-31 09:02:22 -05:00
parent 65d0eacb03
commit 2fffe00012

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