This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new ed83f3d Fix python SDK checkstyle errors
ed83f3d is described below
commit ed83f3d4184512f10f5834ed38a26462194d9a55
Author: Kevin <[email protected]>
AuthorDate: Sat Dec 25 04:10:24 2021 +0800
Fix python SDK checkstyle errors
Signed-off-by: Kevin <pingsutwapache.org>
### What is this PR for?
<!-- A few sentences describing the overall goals of the pull request's
commits.
First time? Check out the contributing guide -
https://submarine.apache.org/contribution/contributions.html
-->
https://github.com/apache/submarine/runs/4628457346?check_suite_focus=true
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
### What is the Jira issue?
<!-- * Open an issue on Jira
https://issues.apache.org/jira/browse/SUBMARINE/
* Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg.
`SUBMARINE-23. PR title`
-->
https://issues.apache.org/jira/browse/SUBMARINE-1160
### How should this be tested?
<!--
* First time? Setup Travis CI as described on
https://submarine.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed
behavior
* Outline any manual steps to test the PR here.
-->
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: Kevin <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #850 from pingsutw/SUBMARINE-1160 and squashes the following commits:
81bb0c51 [Kevin] Fix python SDK checkstyle errors
---
dev-support/style-check/python/mypy-requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/style-check/python/mypy-requirements.txt
b/dev-support/style-check/python/mypy-requirements.txt
index 8f1e19b..369325a 100644
--- a/dev-support/style-check/python/mypy-requirements.txt
+++ b/dev-support/style-check/python/mypy-requirements.txt
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-mypy==0.910
+mypy==0.930
types-requests==2.25.6
types-certifi==2020.4.0
types-six==1.16.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]