We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b6609 commit f7e07a0Copy full SHA for f7e07a0
1 file changed
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
0 commit comments