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/reorder-python-imports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.2
Choose a base ref
...
head repository: asottile/reorder-python-imports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.3
Choose a head ref
  • 16 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 25, 2022

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

    updates:
    - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v1.20.2](asottile/setup-cfg-fmt@v1.20.1...v1.20.2)
    - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2)
    - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
    pre-commit-ci[bot] authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7ae96f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #291 from asottile/pre-commit-ci-update-config

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

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/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3)
    - [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
    adae650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1779df2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #292 from asottile/pre-commit-ci-update-config

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

Commits on Aug 5, 2022

  1. README: make install command a code block

    Codeblocks on GitHub can be copied to clipboard by just klicking them.
    This is a big advantage over inline code, especially for the install
    command
    Cube707 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5801ab5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #293 from Cube707/main

    README: make install command a code block
    asottile authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4e8ebca 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
    1221fb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #294 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c3c4a6a 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
    624ed6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from asottile/pre-commit-ci-update-config

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

Commits on Sep 20, 2022

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

    updates:
    - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)
    pre-commit-ci[bot] authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    820bf45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #296 from asottile/pre-commit-ci-update-config

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

Commits on Sep 24, 2022

  1. Moved get_type_hints() to the 3.9 level

    This function gained an extra parameter, "include_extras", in Python 3.9, and this parameter is provided by the typing_extensions implementation.
    agronholm authored and asottile committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    89f5dfb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from agronholm/patch-1

    Moved get_type_hints() to the 3.9 level
    asottile authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    58fcb90 View commit details
    Browse the repository at this point in the history
  3. v3.8.3

    asottile committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3ba1db6 View commit details
    Browse the repository at this point in the history
Loading