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.32.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: v2.32.1
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 11, 2022

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

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
    pre-commit-ci[bot] authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c8a0fe3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #630 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    077fe6e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

    updates:
    - [github.com/asottile/add-trailing-comma: v2.2.2 → v2.2.3](asottile/add-trailing-comma@v2.2.2...v2.2.3)
    pre-commit-ci[bot] authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    950ff06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #632 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    6864848 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

    updates:
    - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.1.0](asottile/reorder-python-imports@v3.0.1...v3.1.0)
    - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](pre-commit/mirrors-mypy@v0.942...v0.950)
    pre-commit-ci[bot] authored May 2, 2022
    Configuration menu
    Copy the full SHA
    ead8bfc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #636 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored May 2, 2022
    Configuration menu
    Copy the full SHA
    cada1f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Do not remove quoted annotations on 3.11

    `from __future__ import annotations` will not be the default
    behavior on 3.11.
    
    Fixes #637.
    JelleZijlstra committed May 4, 2022
    Configuration menu
    Copy the full SHA
    632a9ee View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge pull request #638 from JelleZijlstra/no311

    Do not remove quoted annotations on 3.11
    asottile authored May 5, 2022
    Configuration menu
    Copy the full SHA
    f77b9ad View commit details
    Browse the repository at this point in the history
  2. v2.32.1

    asottile committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4d35c00 View commit details
    Browse the repository at this point in the history
Loading