Skip to content

Commit

Permalink
ci(repo): sync with repo template
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf authored and github-actions[bot] committed Mar 24, 2024
1 parent df68792 commit 989615d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ repos:
rev: v3.1.0
hooks:
- id: prettier
exclude: (.*-lock\..*)|(.*\.lock)$
stages:
- pre-commit
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -38,7 +39,7 @@ repos:
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
exclude: ^tsconfig\.json$
exclude: tsconfig\.json$
- id: check-merge-conflict
- id: check-toml
- id: check-vcs-permalinks
Expand Down

0 comments on commit 989615d

Please sign in to comment.