Skip to content

Commit

Permalink
JSON schema tests (pydantic#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored and ischaojie committed Dec 11, 2023
1 parent 0d37172 commit 35d5264
Show file tree
Hide file tree
Showing 21 changed files with 1,917 additions and 77 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ repos:
entry: npm run typecheck
language: system
pass_filenames: false
- id: js-json-schema
name: js-json-schema
types_or: [ts, tsx]
entry: npm run generate-json-schema
language: system
pass_filenames: false
Loading

0 comments on commit 35d5264

Please sign in to comment.