Skip to content

Commit 464a594

Browse files
committed
Add guild config JSON schema
1 parent a56c617 commit 464a594

4 files changed

Lines changed: 472 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ repos:
2828
language: python
2929
pass_filenames: false
3030
require_serial: true
31+
32+
- id: generate-json-schema
33+
name: generate json schema
34+
entry: uv run --active scripts/update-json-schema.py
35+
language: system
36+
types: [python]
37+
pass_filenames: false
38+
require_serial: true

0 commit comments

Comments
 (0)