Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asottile/pyupgrade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.38.2
Choose a base ref
...
head repository: asottile/pyupgrade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 11 commits
  • 63 files changed
  • 2 contributors

Commits on Sep 27, 2022

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](asottile/reorder-python-imports@v3.8.2...v3.8.3)
    - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0)
    pre-commit-ci[bot] authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5c92726 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #711 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7f79d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. limit tokenize-rt to <4 before breaks

    tokenze-rt will remove python2-compat parsing
    asottile committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    aaac274 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #715 from asottile/limit-tokenize-rt-before-break

    limit tokenize-rt to <4 before breaks
    asottile authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    71740f8 View commit details
    Browse the repository at this point in the history
  3. v2.38.3

    asottile committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cf6ef1b View commit details
    Browse the repository at this point in the history
  4. oops, I meant <5

    asottile committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3b1d83d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #716 from asottile/lt-5

    oops, I meant <5
    asottile authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7c72955 View commit details
    Browse the repository at this point in the history
  6. v2.38.4

    asottile committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6dbfc2a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    57eb8ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #718 from asottile/py3-plus

    remove python-2-compatible rewriting mode
    asottile authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    091f30c View commit details
    Browse the repository at this point in the history
  3. v3.0.0

    asottile committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    286156f View commit details
    Browse the repository at this point in the history
Loading