mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
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:
parent
65d0eacb03
commit
2fffe00012
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue