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

replace pyupgrade+isort+autoflake with ruff #105

Merged
merged 21 commits into from
Mar 11, 2024
Merged

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. remove autoflake, remove last vestige of isort (autoflake depended on…

    … isort), skip test_guesses_shed_is_first_party inside worktrees
    jakkdl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b50fba0 View commit details
    Browse the repository at this point in the history
  2. """"fix"""" coverage

    jakkdl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    94859af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a02434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d63e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91bbf5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfd5c83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2828f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e91f6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa359a5 View commit details
    Browse the repository at this point in the history
  10. fix --check fail, revert leave_Assert changes since ruff also doesn't…

    … handle falsey literals
    jakkdl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    33e934b View commit details
    Browse the repository at this point in the history
  11. pragma: no cover

    jakkdl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bac8ede View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bae73ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b671ba View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    2e51c6b View commit details
    Browse the repository at this point in the history
  2. minor fixes for CODEMODS.md

    jakkdl committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5b9e863 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. changes after review

    jakkdl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f59d4da View commit details
    Browse the repository at this point in the history
  2. remove pyupgrade, enable rules in ruff instead.

    Added/modified comments
    jakkdl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6569599 View commit details
    Browse the repository at this point in the history
  3. update README.md

    jakkdl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0667eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e49913 View commit details
    Browse the repository at this point in the history
  5. reformat some code blocks, hide some from shed by marking them with '…

    …py' instead of 'python'
    jakkdl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    87e80cf View commit details
    Browse the repository at this point in the history