Skip to content

style: align constant assignments and fix trailing brackets for readability - #683

Open
massif-py wants to merge 3 commits into
AlessandroZ:masterfrom
massif-py:master
Open

style: align constant assignments and fix trailing brackets for readability#683
massif-py wants to merge 3 commits into
AlessandroZ:masterfrom
massif-py:master

Conversation

@massif-py

Copy link
Copy Markdown

Description

This PR focuses purely on code style and readability improvements. No functional changes or logic modifications were introduced.

Changes Made:

  • Constant Alignment: Vertically aligned the = assignment operators in the constant class to improve visual scanning.
  • List Formatting: Moved the closing bracket ] to its own line in the get_dic() function and added a trailing comma to the last item (b"kitty",).

Why?

  • Improves overall code maintainability and adherence to PEP 8 standards.
  • The trailing comma and bracket placement in the wordlist will prevent noisy Git diffs when adding or removing items in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant