apache/gravitino

[Improvement] Fix client-python codes to conform Pylint Rules

Open

#3,560 建立於 2024年5月25日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Java (887 fork)auto 404
good first issueimprovement

倉庫指標

Star
 (3,058 star)
PR 合併指標
 (PR 指標待抓取)

描述

What would you like to be improved?

There are some Pylint Rules that were disabled now (labeled by TODO-fix in pylintrc) but needed to be fixed to conform the Pylint standards.

  • missing-timeout #3765
  • redefined-builtin: #3561
  • broad-exception-caught #3766
  • duplicate-code #3767
  • method-hidden #3768
  • invalid-field-call #3769
  • protected-access #3770
  • too-many-arguments
  • no-name-in-module #3771
  • inconsistent-return-statements #3771

How should we improve?

No response

貢獻者指南