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: v3.0.0
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.1.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 6, 2022

  1. rewrite set((\n))

    there is a comment in the code about this causing a SyntaxError but as far as I can tell that is incorrect
    asottile committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    aa9d965 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #727 from asottile/empty-set-literal-newline

    rewrite set((\n))
    asottile authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1eef83a View commit details
    Browse the repository at this point in the history
  3. handle redundant t mode

    asottile committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    981bbc6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #728 from asottile/redundant-mode-t

    handle redundant t mode
    asottile authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9a2c3da View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    2d46dc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #733 from asottile/sync-imports

    sync import rewrites from latest reorder-python-imports
    asottile authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    62c1b35 View commit details
    Browse the repository at this point in the history
  3. v3.1.0

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