We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5074843 + a98d1e5 commit 8b45b3aCopy full SHA for 8b45b3a
3 files changed
.github/CODEOWNERS
@@ -1,5 +1 @@
1
-# These owners will be the default owners for everything in
2
-# the repo. Unless a later match takes precedence,
3
-# these users will be requested for review when someone
4
-# opens a pull request.
5
-* @stax-labs/stax-developers
+* @stax-labs/stax-engineers
Makefile
@@ -31,10 +31,9 @@ lint: install
31
format:
32
${ISORT} --apply staxapp/*.py
33
${BLACK} -t py39 staxapp/*.py
34
- ${BLACK} -t py39 staxapp/data/*.json
35
36
download-schema:
37
- curl --fail --compressed -s -o staxapp/data/schema.json https://api.au1.staxapp.cloud/20190206/public/api-document
+ curl --fail --compressed -s -o staxapp/data/schema.json https://api.au1.staxapp.cloud/20190206/public/oas3-document
38
39
40
bundle-test: install
0 commit comments