We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7040a2 + f7e07a0 commit 30ee44bCopy full SHA for 30ee44b
Makefile
@@ -30,10 +30,12 @@ lint: install
30
format:
31
${ISORT} --apply staxapp/*.py
32
${BLACK} -t py37 staxapp/*.py
33
+ ${BLACK} -t py37 staxapp/data/*.json
34
35
download-schema:
36
curl --fail --compressed -s -o staxapp/data/schema.json https://api.au1.staxapp.cloud/20190206/public/api-document
37
38
+
39
bundle-test: install
40
${PIP} install twine
41
${PYTHON} setup.py sdist
staxapp/data/schema.json
0 commit comments