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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

PEP 8 Deprecation Warnings #2

wants to merge 1 commit into from

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

  • Group imports in alphabetical ordered groups (standard library imports, related third party imports, local specific imports
  • Overview of each script in header
  • Class names use CamelCase convention
  • Function names are lowercase and snakecase
  • Backend function names preceded by underscore
  • Setup codecov

@cyschneck cyschneck self-assigned this Oct 3, 2024
@cyschneck cyschneck marked this pull request as draft October 3, 2024 01:24
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