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.37.3
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.38.0
Choose a head ref
  • 18 commits
  • 9 files changed
  • 5 contributors

Commits on Aug 2, 2022

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

    updates:
    - [github.com/asottile/setup-cfg-fmt: v1.20.2 → v2.0.0](asottile/setup-cfg-fmt@v1.20.2...v2.0.0)
    - [github.com/PyCQA/flake8: 4.0.1 → 5.0.3](PyCQA/flake8@4.0.1...5.0.3)
    pre-commit-ci[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5101c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac25e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #690 from asottile/pre-commit-ci-update-config

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

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    faa7f01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #691 from asottile/all-repos_autofix_pip-install-b…

    …lock
    
    convert pip install comand to a block
    asottile authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b91f052 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. upgrade azure-pipelines

    asottile authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    df3f8f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #692 from asottile/asottile-patch-1

    upgrade azure-pipelines
    asottile authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    fd10250 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

    updates:
    - [github.com/PyCQA/flake8: 5.0.3 → 5.0.4](PyCQA/flake8@5.0.3...5.0.4)
    pre-commit-ci[bot] authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    963d33a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #693 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9223f80 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

    updates:
    - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0)
    pre-commit-ci[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    15c326c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #694 from asottile/pre-commit-ci-update-config

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

Commits on Sep 12, 2022

  1. remove pep289 rewrite

    MarcoGorelli committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f198b1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #705 from MarcoGorelli/remove-289-rewrite

    remove pep289 rewrite
    asottile authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    443bc1e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Implement preservation of comments "within" typing classes

    This ensures that comments which appear around TypedDicts and
    NamedTuples that are converted to class style are preserved.
    The layout of the comments in the new code isn't perfect, however
    that's relatively easy for the user to fix manually afterwards.
    
    Fixes #497
    Fixes #634
    Fixes #697
    PeterJCLaw authored and asottile committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    32cb0cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #700 from PeterJCLaw/preserve-comments-in-typing-c…

    …lasses
    
    Implement preservation of comments "within" typing classes
    asottile authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1fd0dfa View commit details
    Browse the repository at this point in the history
  3. Add ast.Bytes in typing_classes _unparse

    Fix "NotImplementedError: Constant(value=*)"
    when defining TypedDict in alternative syntax
    with literal bytes values.
    danialkeimasi authored and asottile committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    522c6cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #701 from danialkeimasi/typeddict-literal-value

    Add ast.Bytes in typing_classes _unparse
    asottile authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    da4d811 View commit details
    Browse the repository at this point in the history
  5. v2.38.0

    asottile committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4a3186f View commit details
    Browse the repository at this point in the history
Loading