apache/gravitino

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

Open

#3,560 opened on 2024年5月25日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Java (887 forks)auto 404
good first issueimprovement

Repository metrics

Stars
 (3,058 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド