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

add black, flake8, reorder imports to pre-commit #7

Merged
merged 4 commits into from
May 12, 2024

Conversation

spyoungtech
Copy link
Owner

@spyoungtech spyoungtech commented May 12, 2024

  • Applies black formatting to FreeSimpleGUI library code and pre-commit config
  • adds flake8 to pre-commit configuration
  • fixes over 300 (non-formatting) flake8 violations in the main FreeSimpleGUI library
  • Removes a lot of dead code
  • Removes unneeded compat code targeting Python 3.4 (code was already syntax-incompatible with Python<3.6 anyhow)
  • applies pyupgrade targeting 3.6

@spyoungtech spyoungtech merged commit 20fe86c into main May 12, 2024
1 check passed
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