11 lines
141 B
Markdown
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 .`
|