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

Prefer itertools.pairwise() over zip() for successive pairs (RUF007) #3501

Merged
merged 12 commits into from
Mar 17, 2023

Commits on Mar 16, 2023

  1. Have to implement reviewer feedback

    Also have to change this commit message and finish the stuf laid out in
    CONTRIBUTING.md
    evanrittenhouse committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    224d82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebecaf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e65a79d View commit details
    Browse the repository at this point in the history
  4. Formatting

    evanrittenhouse committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    505045b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b85a319 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58f81cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3923f4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e9e8fb View commit details
    Browse the repository at this point in the history
  9. Remove Rule pointer

    evanrittenhouse committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6aba28e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f93f818 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Minor tweaks

    charliermarsh committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    96390c2 View commit details
    Browse the repository at this point in the history
  2. Avoid steps

    charliermarsh committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ac36c9c View commit details
    Browse the repository at this point in the history