PEP 8 compliance #247
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
During a code review executed by Claude Opus 4.6, it pointed out that I am not adhering to the the styling guide dictated by Python Enhancement Proposal 8.
In particular, I am not consistent in ensuring that:
I should review the codebase and ensure the above naming schemes are adhered to.
So, reviewing this again, not necessarily true. But I do violate a lot of other PEP rules throughout the codebase.
Addressed by #249. No documentation updates necessary. Closing.