1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/tools/git_hooks/README.md
Yaroslav Dudar 7ec756fe12 🎆 Spec.json linter (#6366)
added python script linter for spec.json validation
2021-09-30 13:01:20 +03:00

11 lines
141 B
Markdown

## Pre commit linter for spec.json files
Run and apply to all files
`pre-commit run spec-linter -a`
Run unit tests
`python -m pytest .`