Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 8 Deprecation Warnings #2

Merged
merged 34 commits into from
Nov 26, 2024
Merged

PEP 8 Deprecation Warnings #2

merged 34 commits into from
Nov 26, 2024

Conversation

cyschneck
Copy link
Collaborator

@cyschneck cyschneck commented Oct 3, 2024

PEP 8 Update

Update function and variables names to adhere to PEP 8 style guides. Backwards compatibility maintained with FutureWarning when using original function/variable names that will eventually be dropped

  • Convert .format to f-strings
  • Group imports in alphabetical ordered groups (standard library imports, related third party imports, local specific imports)
  • Function names are lowercase and snakecase
  • Type Hints
  • Backend function names preceded by underscore
  • Overview of each script in header and within each function

@cyschneck cyschneck self-assigned this Oct 3, 2024
@cyschneck cyschneck marked this pull request as draft October 3, 2024 01:24
@cyschneck cyschneck marked this pull request as ready for review November 19, 2024 00:30
@cyschneck cyschneck requested a review from unaschneck November 19, 2024 00:30
@unaschneck unaschneck merged commit a154581 into main Nov 26, 2024
12 checks passed
@cyschneck cyschneck deleted the pep8 branch November 28, 2024 03:00
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.

2 participants