WIP: Handling a new pylint design checker message #17

Draft
lee.miller wants to merge 4 commits from lee.miller/MiNode:lint into v0.3
Collaborator

Hi!

New pylint message too-many-positional-arguments / R0917 suggests to restrict the number of arguments to 5, requiring the rest to be passed by keyword only.

Hi! New pylint message [too-many-positional-arguments / R0917](https://pylint.readthedocs.io/en/stable/user_guide/messages/refactor/too-many-positional-arguments.html) suggests to restrict the number of arguments to 5, requiring the rest to be passed by keyword only.
lee.miller added 2 commits 2024-10-25 22:46:32 +02:00
lee.miller force-pushed lint from 8a4ce0f174 to c6f0d71579 2024-10-28 03:44:30 +01:00 Compare
lee.miller force-pushed lint from c6f0d71579 to 1a6c796b7d 2024-10-28 22:30:35 +01:00 Compare
lee.miller requested review from PeterSurda 2024-10-31 05:12:14 +01:00
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u lint:lee.miller-lint
git checkout lee.miller-lint

Merge

Merge the changes and update on Gitea.
git checkout v0.3
git merge --no-ff lee.miller-lint
git checkout v0.3
git merge --ff-only lee.miller-lint
git checkout lee.miller-lint
git rebase v0.3
git checkout v0.3
git merge --no-ff lee.miller-lint
git checkout v0.3
git merge --squash lee.miller-lint
git checkout v0.3
git merge --ff-only lee.miller-lint
git checkout v0.3
git merge lee.miller-lint
git push origin v0.3
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/MiNode#17
No description provided.