Updated code quality class doc string, import ignore & comment spaces in setup.py #1817
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-21#1817
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "v0.6-codequality-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added class doc string
Added import ignore comment
Updated comment spaces
Ugh! Where in the code you see the docstrings with single quotes? This one is not informative and for me it's the same as no docstring. The proper one is something like "Custom setuptools install command preparing icons"
importlib can be used here
It's better to fill the kwargs.
I don't understand.
Please make the requested changes.
Updated
Updated
Just remove these kwargs and TODO if you don't want to use them. The comments are useless.
Please make the changes g1itch requested
Updated as asked by @PeterSurda , Keeping TODO & removed other kwargs comments
@PeterSurda what's the point of preserving those TODO?