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

Several language fixes and a performance test #1199

Merged
merged 11 commits into from
Jul 20, 2023

Commits on Jun 6, 2023

  1. fixed commas for python 3.5+

    Removed trailing commas where not allowed
    Added trailing commas according to new standards
    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d7fbd15 View commit details
    Browse the repository at this point in the history
  2. SIM117 - multiple withs

    In Python 3, a single with block can include multiple context managers.
    
    Combining multiple context managers into a single with statement will minimize the indentation depth of the code, making it more readable.
    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    229e45d View commit details
    Browse the repository at this point in the history
  3. Fix with ternary operator

    Reasonable change, simplifies code
    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4912b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12d9070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dd4424 View commit details
    Browse the repository at this point in the history
  6. added perf test

    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f99b6ce View commit details
    Browse the repository at this point in the history
  7. removed unused import

    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3b5916c View commit details
    Browse the repository at this point in the history
  8. import sorting

    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c2348c0 View commit details
    Browse the repository at this point in the history
  9. typo?

    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d73236f View commit details
    Browse the repository at this point in the history
  10. typo?

    marksmayo committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    24e644e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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