Skip to content

Commit

Permalink
Merge branch 'main' into jmc/23_improve_rdm_to_clm_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn committed Aug 19, 2024
2 parents d9486d7 + 4dd2f62 commit 2adc1bb
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_references/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 2adc1bb

Please sign in to comment.