Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit e3de28e

Browse files
committed
fix(pre-commit): relax data file checks
These checks are usually less feature-rich than prettier. Prettier not only checks these files, but it also formats them. So there's no value on double-checking them. I remove these checks to reduce friction.
1 parent 50d5c27 commit e3de28e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/.pre-commit-config.yaml.jinja

-4
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,8 @@ repos:
216216
{%- endif %}
217217
- id: check-case-conflict
218218
- id: check-executables-have-shebangs
219-
- id: check-json
220219
- id: check-merge-conflict
221220
- id: check-symlinks
222-
- id: check-toml
223-
- id: check-xml
224-
- id: check-yaml
225221
exclude: gitlab-ci
226222
- id: detect-private-key
227223
- id: end-of-file-fixer

0 commit comments

Comments
 (0)