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.2.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.3.1
Choose a head ref
  • 17 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 15, 2022

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

    updates:
    - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990)
    pre-commit-ci[bot] authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9be3516 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #752 from asottile/pre-commit-ci-update-config

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

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    23b9a87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #756 from asottile/all-repos_autofix_no-implicit-o…

    …ptional
    
    remove no_implicit_optional
    asottile authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5b527ac View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

    updates:
    - [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](pre-commit/mirrors-mypy@v0.990...v0.991)
    pre-commit-ci[bot] authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    aa860f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #758 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4c7ee5a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
    - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
    pre-commit-ci[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5bae913 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #760 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a389e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43293bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #762 from asottile/f-strings-no-u-prefix

    fix rewrite of u strings to f strings
    asottile authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c1c97ba View commit details
    Browse the repository at this point in the history
  5. v3.2.3

    asottile committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    28db01a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. rewrite to datetime.UTC

    Rewrite:
    ```python
    import datetime
    
    datetime.timezone.utc
    ```
    to alias:
    ```python
    import datetime
    
    datetime.UTC
    ```
    in Python >= 3.11.
    
    Fixes: #755
    Roman Inflianskas committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6bc3509 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #764 from rominf/rominf/datetime-utc-alias

    rewrite to datetime.UTC
    asottile authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3879369 View commit details
    Browse the repository at this point in the history
  3. v3.3.0

    asottile committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a19e733 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    8548b04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #767 from UnknownPlatypus/fix-binor

    Add support for BinOr typing union syntax
    asottile authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9969644 View commit details
    Browse the repository at this point in the history
  3. v3.3.1

    asottile committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    01cee37 View commit details
    Browse the repository at this point in the history
Loading