Skip to content

Commit 30ee44b

Browse files
authored
Merge pull request #44 from stax-labs/feat/schema_update
feat/schema_update
2 parents e7040a2 + f7e07a0 commit 30ee44b

File tree

2 files changed

+11213
-1
lines changed

2 files changed

+11213
-1
lines changed

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

staxapp/data/schema.json

Lines changed: 11211 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)