Skip to content

Commit 8b45b3a

Browse files
Merge branch 'master' into chore/unpin-openapi-spec-validator-and-update-target-python-versions
2 parents 5074843 + a98d1e5 commit 8b45b3a

3 files changed

Lines changed: 20390 additions & 16366 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
* @stax-labs/stax-engineers

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ lint: install
3131
format:
3232
${ISORT} --apply staxapp/*.py
3333
${BLACK} -t py39 staxapp/*.py
34-
${BLACK} -t py39 staxapp/data/*.json
3534

3635
download-schema:
37-
curl --fail --compressed -s -o staxapp/data/schema.json https://api.au1.staxapp.cloud/20190206/public/api-document
36+
curl --fail --compressed -s -o staxapp/data/schema.json https://api.au1.staxapp.cloud/20190206/public/oas3-document
3837

3938

4039
bundle-test: install

0 commit comments

Comments
 (0)