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

python 3.5+ updates and tidyups #1805

Closed
wants to merge 4 commits into from
Closed

Conversation

marksmayo
Copy link

  • Fixed some f-strings
  • Removed inheritance from object (python 3)
  • added trailing commas where requested by pep8
  • fixed an underline flake8 warning
  • simplified some case statements
  • black to reformat as per repo requirements

 - Fixed some f-strings
 - Removed inheritance from object (python 3)
 - added trailing commas where requested by pep8
 - fixed an underline flake8 warning
 - simplified some case statements
 - black to reformat as per repo requirements
@marksmayo
Copy link
Author

looks like the hook/action for gitlab is failing? Not sure what's going on there?

pytest needs binaryornot to run
used isort to automatically take care of it
Copy link
Member

@kurtmckee kurtmckee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@audreyfeldroy @jensens @tmeckel

This PR can be closed, but not merged.

It is a reformatting PR that incorrectly reformats the code, causes dozens of flake8 lint failures, and much of which is re-reformatted by black.

@jensens jensens closed this Jun 9, 2023
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.

None yet

3 participants