Skip to content

Commit

Permalink
Merge branch 'main' into test/msmart-login
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed May 27, 2024
2 parents 809b059 + cf798af commit 9757eca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ repos:
- id: check-xml
- id: check-yaml
- id: detect-private-key
# - repo: https://github.com/pre-commit/mirrors-prettier
# rev: v4.0.0-alpha.8
# hooks:
# - id: prettier
# args: ["--tab-width", "2"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
hooks:
Expand Down
12 changes: 6 additions & 6 deletions tests/responses/meijucloud_download_lua.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"code":0,
"data":{
"url": "returnedURL",
"fileName": "fileName.lua"
}
}
"code": 0,
"data": {
"url": "returnedURL",
"fileName": "fileName.lua"
}
}
10 changes: 5 additions & 5 deletions tests/responses/meijucloud_login_id.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"code":0,
"data":{
"loginId": "returnedLoginId"
}
}
"code": 0,
"data": {
"loginId": "returnedLoginId"
}
}

0 comments on commit 9757eca

Please sign in to comment.