Skip to content

Commit f7e07a0

Browse files
committed
feat (format) add schema.json to be formatted
1 parent e3b6609 commit f7e07a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ lint: install
3030
format:
3131
${ISORT} --apply staxapp/*.py
3232
${BLACK} -t py37 staxapp/*.py
33+
${BLACK} -t py37 staxapp/data/*.json
3334

3435
download-schema:
3536
curl --fail --compressed -s -o staxapp/data/schema.json https://api.au1.staxapp.cloud/20190206/public/api-document
3637

38+
3739
bundle-test: install
3840
${PIP} install twine
3941
${PYTHON} setup.py sdist

0 commit comments

Comments
 (0)