Skip to content

Commit 4400548

Browse files
committed
Store .py and .json config, check sync
1 parent c93ccea commit 4400548

4 files changed

Lines changed: 973 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,18 @@ repos:
2929
pass_filenames: false
3030
require_serial: true
3131

32-
- id: generate-json-schema
33-
name: generate json schema
32+
- id: update-json-schema
33+
name: update json schema
3434
entry: uv run --active scripts/update-json-schema.py
3535
language: system
3636
types: [python]
3737
pass_filenames: false
3838
require_serial: true
39+
40+
- id: update-json-configs
41+
name: update json configs
42+
entry: uv run --active scripts/update-json-configs.py
43+
language: system
44+
types: [python]
45+
pass_filenames: false
46+
require_serial: true

0 commit comments

Comments
 (0)