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

Use modern Python3 syntax #372

Merged
merged 5 commits into from
Mar 11, 2024
Merged

Use modern Python3 syntax #372

merged 5 commits into from
Mar 11, 2024

Commits on Jan 9, 2024

  1. Use modern Python syntax

    These edits were suggested by Ruff linter. I've selected only the most
    obvious fixes to make it easier to review.
    ekuler committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0ac962e View commit details
    Browse the repository at this point in the history
  2. Sort imports

    Imports are sorted using default ruff linter configuration.
    ekuler committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2d1194d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    0868301 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix merge issue

    ekuler authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9c1835d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747603e View commit details
    Browse the repository at this point in the history