apache/gravitino
Vedi su GitHub[Improvement] Fix client-python codes to conform Pylint Rules
Open
#3560 aperta il 25 mag 2024
good first issueimprovement
Metriche repository
- Star
- (3058 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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