Skip to content

Commit

Permalink
Fix TS pre-commit hook (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored Aug 14, 2024
1 parent 223246f commit 6d637ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
repos:

- repo: meta
hooks:
- id: check-hooks-apply

- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
Expand All @@ -22,9 +26,9 @@ repos:
files: arches_lingo/src
- id: typescript
name: typescript
entry: npm run ts:check
entry: bash -c 'npm run ts:check'
language: system
types: [
types_or: [
"ts",
"vue",
]

0 comments on commit 6d637ad

Please sign in to comment.